Interface ContextInjectionResolver
-
- All Superinterfaces:
InjectionResolver<javax.ws.rs.core.Context>
- All Known Implementing Classes:
ContextInjectionResolverImpl
public interface ContextInjectionResolver extends InjectionResolver<javax.ws.rs.core.Context>
A marker interface toInjectionResolver<Context>
. This interface must be implemented by every Dependency Injection Provider to properly handle the injection ofContext
annotation.Jersey cannot simply add the default implementation of this interface because the proper implementation requires a lot of caching and optimization which can be done only with very close dependency to DI provider.
-
-
Method Summary
-
Methods inherited from interface org.glassfish.jersey.internal.inject.InjectionResolver
getAnnotation, isConstructorParameterIndicator, isMethodParameterIndicator, resolve
-
-