Class ParameterList.HeaderParamGetter
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.NoEncParamGetter
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.HeaderParamGetter
-
- All Implemented Interfaces:
ParameterList.ParamGetter
- Enclosing class:
- ParameterList
static class ParameterList.HeaderParamGetter extends ParameterList.NoEncParamGetter
-
-
Field Summary
Fields Modifier and Type Field Description private javax.ws.rs.HeaderParamheaderParam-
Fields inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
collType, convertTo, defaultValue, isArray, tlContext
-
-
Constructor Summary
Constructors Constructor Description HeaderParamGetter(javax.ws.rs.HeaderParam headerParam, javax.ws.rs.DefaultValue defaultValue, java.lang.Class<?> convToCl, java.lang.reflect.Type paramGenericType, ThreadLocalizedContext tlContext, boolean annoSaysLeaveClassEncoded)
-
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.NoEncParamGetter
checkForEncodedAnno, checkForEncodedAnno, decoding
-
Methods inherited from class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
convertParamValue, convertParamValue, convertParamValues, createColl, getParamValueForPrimitive, getValue, unmodifiable
-
-
-
-
Constructor Detail
-
HeaderParamGetter
HeaderParamGetter(javax.ws.rs.HeaderParam headerParam, javax.ws.rs.DefaultValue defaultValue, java.lang.Class<?> convToCl, java.lang.reflect.Type paramGenericType, ThreadLocalizedContext tlContext, boolean annoSaysLeaveClassEncoded)- Parameters:
annoSaysLeaveClassEncoded- to check if the annotation is available.
-
-
Method Detail
-
getParamValue
public java.lang.Object getParamValue()
- Specified by:
getParamValuein classParameterList.AbstractParamGetter- Returns:
- the concrete value of this parameter for the current request.
-
-