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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IQueryParameterOr<?>>encode(FhirContext theContext, T theString)Tparse(FhirContext theContext, String theName, List<QualifiedParamList> theList)
-
-
-
Method Detail
-
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
-
-