@Singleton public class ContextInjectionResolver extends Object implements InjectionResolver<Context>
@Context injection annotation.| Modifier and Type | Class and Description |
|---|---|
static class |
ContextInjectionResolver.Binder
Context injection resolver HK2 binder.
|
SYSTEM_RESOLVER_NAME| Constructor and Description |
|---|
ContextInjectionResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConstructorParameterIndicator() |
boolean |
isMethodParameterIndicator() |
Object |
resolve(Injectee injectee,
ServiceHandle<?> root) |
public Object resolve(Injectee injectee, ServiceHandle<?> root)
resolve in interface InjectionResolver<Context>public boolean isConstructorParameterIndicator()
isConstructorParameterIndicator in interface InjectionResolver<Context>public boolean isMethodParameterIndicator()
isMethodParameterIndicator in interface InjectionResolver<Context>Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.