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 Details

    • SortedSetString

      public SortedSetString(String parameter, String defaultValue)
  • Method Details

    • newCollection

      protected SortedSet<String> 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 class StringCollectionExtractor
      Returns:
      instance of a proper collection sub-type