Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterAnd
-
Uses of IQueryParameterAnd in ca.uhn.fhir.rest.param
Modifier and TypeClassDescriptionclass
BaseAndListParam<T extends IQueryParameterOr<?>>
class
CompositeAndListParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
class
class
class
class
class
class
class
class
class
class
-
Uses of IQueryParameterAnd in ca.uhn.fhir.rest.param.binder
Modifier and TypeMethodDescriptionQueryParameterAndBinder.parse
(FhirContext theContext, String theParamName, List<QualifiedParamList> theString) Modifier and TypeMethodDescriptionQueryParameterAndBinder.encode
(FhirContext theContext, IQueryParameterAnd<?> theString) ModifierConstructorDescriptionQueryParameterAndBinder
(Class<? extends IQueryParameterAnd<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes)