Class CollectionExtractor.ListValueOf<T>
java.lang.Object
org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor<T>
org.glassfish.jersey.server.internal.inject.CollectionExtractor<T>
org.glassfish.jersey.server.internal.inject.CollectionExtractor.ListValueOf<T>
- All Implemented Interfaces:
MultivaluedParameterExtractor<Collection<T>>
- Enclosing class:
CollectionExtractor<T>
-
Constructor Summary
ConstructorsConstructorDescriptionListValueOf(javax.ws.rs.ext.ParamConverter<T> converter, String parameter, String defaultValueString) -
Method Summary
Modifier and TypeMethodDescriptionGet a new collection instance that will be used to store the extracted parameters.Methods inherited from class CollectionExtractor
extract, getInstanceMethods inherited from class AbstractParamValueExtractor
defaultValue, fromString, getDefaultValueString, getName, isDefaultValueRegisteredMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MultivaluedParameterExtractor
getDefaultValueString, getName
-
Constructor Details
-
ListValueOf
-
-
Method Details
-
newCollection
Description copied from class:CollectionExtractorGet a new collection instance that will be used to store the extracted parameters. The method is overridden by concrete implementations to return an instance of a proper collection sub-type.- Specified by:
newCollectionin classCollectionExtractor<T>- Returns:
- instance of a proper collection sub-type
-