@Singleton public class ContextInjectionResolverImpl extends Object implements InjectionResolver<Context>, ContextInjectionResolver
@Context injection annotation.| Modifier and Type | Class and Description |
|---|---|
static class |
ContextInjectionResolverImpl.Binder
Context injection resolver binder.
|
SYSTEM_RESOLVER_NAME| Constructor and Description |
|---|
ContextInjectionResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
Class<Context> |
getAnnotation() |
boolean |
isConstructorParameterIndicator() |
boolean |
isMethodParameterIndicator() |
Object |
resolve(Injectee injectee)
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection
Resolver.
|
Object |
resolve(Injectee injectee,
ServiceHandle<?> root) |
public Object resolve(Injectee injectee, ServiceHandle<?> root)
public Object resolve(Injectee injectee)
resolve in interface InjectionResolver<Context>injectee - The injection point this value is being injected intopublic boolean isConstructorParameterIndicator()
isConstructorParameterIndicator in interface InjectionResolver<Context>public boolean isMethodParameterIndicator()
isMethodParameterIndicator in interface InjectionResolver<Context>public Class<Context> getAnnotation()
getAnnotation in interface InjectionResolver<Context>Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.