
Package ca.uhn.fhir.rest.param.binder
Class DateBinder
java.lang.Object
ca.uhn.fhir.rest.param.binder.DateBinder
- All Implemented Interfaces:
IParamBinder<Date>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected Dateencode(FhirContext theContext, Date theString) parse(FhirContext theContext, String theName, List<QualifiedParamList> theParams)
-
Constructor Details
-
DateBinder
public DateBinder()
-
-
Method Details
-
doEncode
-
doParse
-
encode
public List<IQueryParameterOr<?>> encode(FhirContext theContext, Date theString) throws InternalErrorException - Specified by:
encodein interfaceIParamBinder<T>- Throws:
InternalErrorException
-
parse
public Date parse(FhirContext theContext, String theName, List<QualifiedParamList> theParams) throws InternalErrorException, InvalidRequestException - Specified by:
parsein interfaceIParamBinder<T>- Throws:
InternalErrorExceptionInvalidRequestException
-