Uses of Interface
org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.InjectionAim
-
Packages that use ContextInjector.InjectionAim Package Description org.restlet.ext.jaxrs.internal.wrappers.params -
-
Uses of ContextInjector.InjectionAim in org.restlet.ext.jaxrs.internal.wrappers.params
Classes in org.restlet.ext.jaxrs.internal.wrappers.params that implement ContextInjector.InjectionAim Modifier and Type Class Description (package private) static classContextInjector.BeanSetterDeprecated.(package private) static classContextInjector.FieldWrapperDeprecated.Fields in org.restlet.ext.jaxrs.internal.wrappers.params declared as ContextInjector.InjectionAim Modifier and Type Field Description private ContextInjector.InjectionAimContextInjector.ExtendedUriInfoInjector. aimprivate ContextInjector.InjectionAimContextInjector.UriInfoInjector. aimprivate ContextInjector.InjectionAimContextInjector.EverSameInjector. injectionAimMethods in org.restlet.ext.jaxrs.internal.wrappers.params with parameters of type ContextInjector.InjectionAim Modifier and Type Method Description (package private) static ContextInjector.InjectorContextInjector. getInjector(java.lang.Class<?> declaringClass, ContextInjector.InjectionAim aim, ThreadLocalizedContext tlContext, javax.ws.rs.ext.Providers allProviders, ExtensionBackwardMapping extensionBackwardMapping)Deprecated.Constructors in org.restlet.ext.jaxrs.internal.wrappers.params with parameters of type ContextInjector.InjectionAim Constructor Description EverSameInjector(ContextInjector.InjectionAim injectionAim, java.lang.Object injectable)ExtendedUriInfoInjector(ContextInjector.InjectionAim aim, ThreadLocalizedContext tlContext)UriInfoInjector(ContextInjector.InjectionAim aim, ThreadLocalizedContext tlContext)
-