Package ca.uhn.fhir.rest.client.method
Class SummaryEnumParameter
java.lang.Object
ca.uhn.fhir.rest.client.method.SummaryEnumParameter
- All Implemented Interfaces:
IParameter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeTypes
(Method theMethod, Class<? extends Collection<?>> theOuterCollectionType, Class<? extends Collection<?>> theInnerCollectionType, Class<?> theParameterType) void
translateClientArgumentIntoQueryArgument
(ca.uhn.fhir.context.FhirContext theContext, Object theSourceClientArgument, Map<String, List<String>> theTargetQueryArguments, org.hl7.fhir.instance.model.api.IBaseResource theTargetResource)
-
Constructor Details
-
SummaryEnumParameter
public SummaryEnumParameter()
-
-
Method Details
-
translateClientArgumentIntoQueryArgument
public void translateClientArgumentIntoQueryArgument(ca.uhn.fhir.context.FhirContext theContext, Object theSourceClientArgument, Map<String, List<String>> theTargetQueryArguments, org.hl7.fhir.instance.model.api.IBaseResource theTargetResource) throws ca.uhn.fhir.rest.server.exceptions.InternalErrorException- Specified by:
translateClientArgumentIntoQueryArgument
in interfaceIParameter
- Throws:
ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
initializeTypes
public void initializeTypes(Method theMethod, Class<? extends Collection<?>> theOuterCollectionType, Class<? extends Collection<?>> theInnerCollectionType, Class<?> theParameterType) - Specified by:
initializeTypes
in interfaceIParameter
-