Uses of Class
org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
-
Packages that use ParameterList.AbstractParamGetter Package Description org.restlet.ext.jaxrs.internal.wrappers.params -
-
Uses of ParameterList.AbstractParamGetter in org.restlet.ext.jaxrs.internal.wrappers.params
Subclasses of ParameterList.AbstractParamGetter in org.restlet.ext.jaxrs.internal.wrappers.params Modifier and Type Class Description (package private) static classParameterList.CookieParamGetterDeprecated.(package private) static classParameterList.EncParamGetterDeprecated.Abstract super class for access to the entity or to @*Param where encoded is allowed (@PathParam, @MatrixParamand @QueryParam).(package private) static classParameterList.FormOrQueryParamGetterDeprecated.(package private) static classParameterList.FormParamGetterDeprecated.(package private) static classParameterList.HeaderParamGetterDeprecated.(package private) static classParameterList.MatrixParamGetterDeprecated.(package private) static classParameterList.NoEncParamGetterDeprecated.Abstract super class for access to the entity or to @*Param where encoded is allowed (@PathParam, @MatrixParamand @QueryParam).(package private) static classParameterList.PathParamGetterDeprecated.(package private) static classParameterList.QueryParamGetterDeprecated.Fields in org.restlet.ext.jaxrs.internal.wrappers.params declared as ParameterList.AbstractParamGetter Modifier and Type Field Description private ParameterList.AbstractParamGetterContextInjector.ParamValueInjector. iogMethods in org.restlet.ext.jaxrs.internal.wrappers.params with parameters of type ParameterList.AbstractParamGetter Modifier and Type Method Description protected voidContextInjector. add(java.lang.reflect.AccessibleObject fieldOrBeanSetter, ParameterList.AbstractParamGetter iog)Deprecated.Constructors in org.restlet.ext.jaxrs.internal.wrappers.params with parameters of type ParameterList.AbstractParamGetter Constructor Description ParamValueInjector(java.lang.reflect.AccessibleObject fieldOrBeanSetter, ParameterList.AbstractParamGetter iog)
-