Class StringCollectionExtractor.ListString
java.lang.Object
org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.ListString
- All Implemented Interfaces:
MultivaluedParameterExtractor<Collection<String>>
- Enclosing class:
StringCollectionExtractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a new string collection instance that will be used to store the extracted parameters.Methods inherited from class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
extract, getDefaultValueString, getInstance, getName
-
Constructor Details
-
ListString
-
-
Method Details
-
newCollection
Description copied from class:StringCollectionExtractor
Get a new string 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:
newCollection
in classStringCollectionExtractor
- Returns:
- instance of a proper collection sub-type
-