
Package ca.uhn.fhir.rest.param.binder
Class CalendarBinder
- java.lang.Object
-
- ca.uhn.fhir.rest.param.binder.CalendarBinder
-
- All Implemented Interfaces:
IParamBinder<Calendar>
public final class CalendarBinder extends Object
-
-
Constructor Summary
Constructors Constructor Description CalendarBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
doEncode(Calendar theString)
protected Calendar
doParse(String theString)
List<IQueryParameterOr<?>>
encode(FhirContext theContext, T theString)
T
parse(FhirContext theContext, String theName, List<QualifiedParamList> theParams)
-
-
-
Constructor Detail
-
CalendarBinder
public CalendarBinder()
-
-
Method Detail
-
encode
public List<IQueryParameterOr<?>> encode(FhirContext theContext, T theString) throws InternalErrorException
- Specified by:
encode
in interfaceIParamBinder<T>
- Throws:
InternalErrorException
-
parse
public T parse(FhirContext theContext, String theName, List<QualifiedParamList> theParams) throws InternalErrorException, InvalidRequestException
- Specified by:
parse
in interfaceIParamBinder<T>
- Throws:
InternalErrorException
InvalidRequestException
-
-