|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultivaluedParameterExtractor<T>
Provider that converts the values of an entry of a given name
from the supplied multivalued map into an object of a custom
Java type.
| Method Summary | |
|---|---|
T |
extract(javax.ws.rs.core.MultivaluedMap<String,String> parameters)
Extract the map entry identified by a name (and using
the configured default value) from
the supplied multivalued map. |
String |
getDefaultValueString()
Default entry value (string) that will be used in case the entry is not present in the supplied multivalued map. |
String |
getName()
Name of the parameter (map key) to be extracted from the supplied multivalued map. |
| Method Detail |
|---|
String getName()
multivalued map.
String getDefaultValueString()
multivalued map.
T extract(javax.ws.rs.core.MultivaluedMap<String,String> parameters)
name (and using
the configured default value) from
the supplied multivalued map.
parameters - multivalued parameter map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||