public final class QueryParameterOrBinder extends Object implements IParamBinder<IQueryParameterOr<?>>
Constructor and Description |
---|
QueryParameterOrBinder(Class<? extends IQueryParameterOr<?>> theType,
List<Class<? extends IQueryParameterType>> theCompositeTypes) |
Modifier and Type | Method and Description |
---|---|
List<IQueryParameterOr<?>> |
encode(FhirContext theContext,
IQueryParameterOr<?> theValue) |
T |
newInstance() |
IQueryParameterOr<?> |
parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theString) |
public QueryParameterOrBinder(Class<? extends IQueryParameterOr<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes)
public List<IQueryParameterOr<?>> encode(FhirContext theContext, IQueryParameterOr<?> theValue) throws InternalErrorException
encode
in interface IParamBinder<IQueryParameterOr<?>>
InternalErrorException
public IQueryParameterOr<?> parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString) throws InternalErrorException, InvalidRequestException
parse
in interface IParamBinder<IQueryParameterOr<?>>
InternalErrorException
InvalidRequestException
public T newInstance()
Copyright © 2014–2019 University Health Network. All rights reserved.