Uses of Interface
org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.Injector
-
Packages that use ContextInjector.Injector Package Description org.restlet.ext.jaxrs.internal.wrappers.params -
-
Uses of ContextInjector.Injector in org.restlet.ext.jaxrs.internal.wrappers.params
Classes in org.restlet.ext.jaxrs.internal.wrappers.params that implement ContextInjector.Injector Modifier and Type Class Description private static classContextInjector.EverSameInjectorDeprecated.ContextInjector.Injector, that injects the same object in every resource.private static classContextInjector.ExtendedUriInfoInjectorDeprecated.private classContextInjector.ParamValueInjectorDeprecated.private static classContextInjector.UriInfoInjectorDeprecated.Fields in org.restlet.ext.jaxrs.internal.wrappers.params with type parameters of type ContextInjector.Injector Modifier and Type Field Description private java.util.List<ContextInjector.Injector>ContextInjector. injEverSameAimsDeprecated.ThisListcontains the fields in this class which are annotated to inject ever the same object.Methods in org.restlet.ext.jaxrs.internal.wrappers.params that return ContextInjector.Injector 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.
-