Package ca.uhn.fhir.rest.param.binder
Class CollectionBinder
java.lang.Object
ca.uhn.fhir.rest.param.binder.CollectionBinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Class
<? extends Collection> getInstantiableCollectionType
(Class<? extends Collection<?>> theCollectionType, String thePositionDescription)
-
Constructor Details
-
CollectionBinder
public CollectionBinder()
-
-
Method Details
-
getInstantiableCollectionType
public static Class<? extends Collection> getInstantiableCollectionType(Class<? extends Collection<?>> theCollectionType, String thePositionDescription) - Parameters:
thePositionDescription
- Just used in exceptions if theCollectionType is invalid
-