
Package ca.uhn.fhir.rest.param.binder
Class CollectionBinder
- java.lang.Object
-
- ca.uhn.fhir.rest.param.binder.CollectionBinder
-
public class CollectionBinder extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionBinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<? extends Collection>
getInstantiableCollectionType(Class<? extends Collection<?>> theCollectionType, String thePositionDescription)
-
-
-
Constructor Detail
-
CollectionBinder
public CollectionBinder()
-
-
Method Detail
-
getInstantiableCollectionType
public static Class<? extends Collection> getInstantiableCollectionType(Class<? extends Collection<?>> theCollectionType, String thePositionDescription)
- Parameters:
thePositionDescription
- Just used in exceptions if theCollectionType is invalid
-
-