Package ca.uhn.fhir.rest.param.binder
Interface IParamBinder<T>
- All Known Implementing Classes:
CalendarBinder
,DateBinder
,FhirPrimitiveBinder
,QueryParameterAndBinder
,QueryParameterOrBinder
,QueryParameterTypeBinder
,StringBinder
public interface IParamBinder<T>
-
Method Summary
Modifier and TypeMethodDescriptionencode
(FhirContext theContext, T theString) parse
(FhirContext theContext, String theName, List<QualifiedParamList> theList)
-
Method Details
-
encode
List<IQueryParameterOr<?>> encode(FhirContext theContext, T theString) throws InternalErrorException - Throws:
InternalErrorException
-
parse
T parse(FhirContext theContext, String theName, List<QualifiedParamList> theList) throws InternalErrorException, InvalidRequestException
-