
Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterAnd
Packages that use IQueryParameterAnd
-
Uses of IQueryParameterAnd in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IQueryParameterAndModifier and TypeClassDescriptionclassBaseAndListParam<T extends IQueryParameterOr<?>>classCompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType> classclassclassclassclassclassclassclassclassclassclass -
Uses of IQueryParameterAnd in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that return IQueryParameterAndModifier and TypeMethodDescriptionQueryParameterAndBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString) Methods in ca.uhn.fhir.rest.param.binder with parameters of type IQueryParameterAndModifier and TypeMethodDescriptionQueryParameterAndBinder.encode(FhirContext theContext, IQueryParameterAnd<?> theString) Constructor parameters in ca.uhn.fhir.rest.param.binder with type arguments of type IQueryParameterAndModifierConstructorDescriptionQueryParameterAndBinder(Class<? extends IQueryParameterAnd<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes)