Class CollectionExtractor.ListValueOf<T>

    • Constructor Detail

      • ListValueOf

        ListValueOf​(javax.ws.rs.ext.ParamConverter<T> converter,
                    java.lang.String parameter,
                    java.lang.String defaultValueString)
    • Method Detail

      • newCollection

        protected java.util.List<T> newCollection()
        Description copied from class: CollectionExtractor
        Get 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:
        newCollection in class CollectionExtractor<T>
        Returns:
        instance of a proper collection sub-type