Class ParameterList.EncParamGetter
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.EncParamGetter
-
- All Implemented Interfaces:
ParameterList.ParamGetter
- Direct Known Subclasses:
ParameterList.FormOrQueryParamGetter,ParameterList.MatrixParamGetter,ParameterList.PathParamGetter
- Enclosing class:
- ParameterList
abstract static class ParameterList.EncParamGetter extends ParameterList.AbstractParamGetter
Abstract super class for access to the entity or to @*Param where encoded is allowed (@PathParam, @MatrixParamand @QueryParam).
-
-
Field Summary
Fields Modifier and Type Field Description private booleandecoding-
Fields inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
collType, convertTo, defaultValue, isArray, tlContext
-
-
Constructor Summary
Constructors Constructor Description EncParamGetter(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 protected booleandecoding()-
Methods inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
convertParamValue, convertParamValue, convertParamValues, createColl, getParamValue, getParamValueForPrimitive, getValue, unmodifiable
-
-
-
-
Constructor Detail
-
EncParamGetter
EncParamGetter(javax.ws.rs.DefaultValue defaultValue, java.lang.Class<?> convToCl, java.lang.reflect.Type convToGen, ThreadLocalizedContext tlContext, boolean leaveEncoded)
-
-
Method Detail
-
decoding
protected boolean decoding()
- Specified by:
decodingin classParameterList.AbstractParamGetter
-
-