Package org.restlet.ext.jaxrs.internal.wrappers.params
-
Interface Summary Interface Description ContextInjector.InjectionAim Represents a field or a bean setter, where the runtime injects something in.ContextInjector.Injector ParameterList.ParamGetter -
Class Summary Class Description ContextHolder Deprecated. ContextInjector Deprecated. Will be removed in next minor release.ContextInjector.BeanSetter ContextInjector.EverSameInjector ContextInjector.Injector, that injects the same object in every resource.ContextInjector.ExtendedUriInfoInjector ContextInjector.FieldWrapper ContextInjector.GetLastPathSegment ContextInjector.UriInfoInjector EntityGetter Deprecated. Will be removed in next minor release.IntoRrcInjector Deprecated. Will be removed in next minor release.NamedValuesIter Deprecated. Will be removed in next minor release.ParameterList Deprecated. Will be removed in next minor release.ParameterList.AbstractParamGetter Abstract super class for access to @*Param.ParameterList.CookieParamGetter ParameterList.EncParamGetter Abstract super class for access to the entity or to @*Param where encoded is allowed (@PathParam, @MatrixParamand @QueryParam).ParameterList.FormOrQueryParamGetter ParameterList.FormParamGetter ParameterList.HeaderParamGetter ParameterList.MatrixParamGetter ParameterList.NoEncParamGetter Abstract super class for access to the entity or to @*Param where encoded is allowed (@PathParam, @MatrixParamand @QueryParam).ParameterList.PathParamGetter ParameterList.QueryParamGetter ParameterList.UriInfoGetter ReprEntityGetter Deprecated. Will be removed in next minor release.ReprEntityGetter.ClassReprEntityGetter EntityGetter, if there is a constructor with two arguments: Class and RepresentationReprEntityGetter.DirectReprEntityGetter EntityGetter, if Representation could directly be injectedReprEntityGetter.ReprClassEntityGetter EntityGetter, if there is a constructor with two arguments: Representation and ClassReprEntityGetter.ReprOnlyEntityGetter EntityGetter, if there is a constructor for only the entity.