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