private static final class CollectionExtractor.ListValueOf<T> extends CollectionExtractor<T>
Constructor and Description |
---|
ListValueOf(javax.ws.rs.ext.ParamConverter<T> converter,
java.lang.String parameter,
java.lang.String defaultValueString) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<T> |
newCollection()
Get a new collection instance that will be used to store the extracted parameters.
|
extract, getInstance
defaultValue, fromString, getDefaultValueString, getName, isDefaultValueRegistered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultValueString, getName
ListValueOf(javax.ws.rs.ext.ParamConverter<T> converter, java.lang.String parameter, java.lang.String defaultValueString)
protected java.util.List<T> newCollection()
CollectionExtractor
newCollection
in class CollectionExtractor<T>