Class StringCollectionExtractor.SortedSetString
java.lang.Object
org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.SortedSetString
- All Implemented Interfaces:
MultivaluedParameterExtractor<Collection<String>>
- Enclosing class:
StringCollectionExtractor
private static final class StringCollectionExtractor.SortedSetString
extends 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
-
SortedSetString
-
-
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
-