Class ParameterList.QueryParamGetter
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.EncParamGetter
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormOrQueryParamGetter
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.QueryParamGetter
-
- All Implemented Interfaces:
ParameterList.ParamGetter
- Enclosing class:
- ParameterList
static class ParameterList.QueryParamGetter extends ParameterList.FormOrQueryParamGetter
-
-
Field Summary
Fields Modifier and Type Field Description private javax.ws.rs.QueryParamqueryParam-
Fields inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
collType, convertTo, defaultValue, isArray, tlContext
-
-
Constructor Summary
Constructors Constructor Description QueryParamGetter(javax.ws.rs.QueryParam queryParam, javax.ws.rs.DefaultValue defaultValue, java.lang.Class<?> convToCl, java.lang.reflect.Type convToGen, ThreadLocalizedContext tlContext, boolean leaveEncoded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetParamValue()-
Methods inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormOrQueryParamGetter
getParamValue
-
Methods inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.EncParamGetter
decoding
-
Methods inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
convertParamValue, convertParamValue, convertParamValues, createColl, getParamValueForPrimitive, getValue, unmodifiable
-
-
-
-
Constructor Detail
-
QueryParamGetter
QueryParamGetter(javax.ws.rs.QueryParam queryParam, javax.ws.rs.DefaultValue defaultValue, java.lang.Class<?> convToCl, java.lang.reflect.Type convToGen, ThreadLocalizedContext tlContext, boolean leaveEncoded)
-
-
Method Detail
-
getParamValue
public java.lang.Object getParamValue()
- Specified by:
getParamValuein classParameterList.AbstractParamGetter- Returns:
- the concrete value of this parameter for the current request.
-
-