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