Interface ParameterList.ParamGetter
-
- All Known Implementing Classes:
ContextHolder,EntityGetter,ParameterList.AbstractParamGetter,ParameterList.CookieParamGetter,ParameterList.EncParamGetter,ParameterList.FormOrQueryParamGetter,ParameterList.FormParamGetter,ParameterList.HeaderParamGetter,ParameterList.MatrixParamGetter,ParameterList.NoEncParamGetter,ParameterList.PathParamGetter,ParameterList.QueryParamGetter,ParameterList.UriInfoGetter,ReprEntityGetter,ReprEntityGetter.ClassReprEntityGetter,ReprEntityGetter.DirectReprEntityGetter,ReprEntityGetter.ReprClassEntityGetter,ReprEntityGetter.ReprOnlyEntityGetter
- Enclosing class:
- ParameterList
static interface ParameterList.ParamGetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetValue()Returns the value for this param.
-
-
-
Method Detail
-
getValue
java.lang.Object getValue() throws java.lang.reflect.InvocationTargetException, ConvertRepresentationException, javax.ws.rs.WebApplicationExceptionReturns the value for this param.- Returns:
- the value for this param.
- Throws:
java.lang.reflect.InvocationTargetExceptionConvertRepresentationExceptionjavax.ws.rs.WebApplicationException
-
-