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