Class ReprEntityGetter.DirectReprEntityGetter
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.DirectReprEntityGetter
-
- All Implemented Interfaces:
ParameterList.ParamGetter
- Enclosing class:
- ReprEntityGetter
static class ReprEntityGetter.DirectReprEntityGetter extends java.lang.Object implements ParameterList.ParamGetter
EntityGetter, if Representation could directly be injected
-
-
Constructor Summary
Constructors Constructor Description DirectReprEntityGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue()Returns the value for this param.
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue() throws java.lang.reflect.InvocationTargetException, ConvertRepresentationException, javax.ws.rs.WebApplicationExceptionDescription copied from interface:ParameterList.ParamGetterReturns the value for this param.- Specified by:
getValuein interfaceParameterList.ParamGetter- Returns:
- the value for this param.
- Throws:
java.lang.reflect.InvocationTargetExceptionConvertRepresentationExceptionjavax.ws.rs.WebApplicationException- See Also:
ParameterList.ParamGetter.getValue()
-
-