Package | Description |
---|---|
org.glassfish.jersey.inject.hk2 | |
org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ContextInjectionResolverImpl.resolve(Injectee injectee)
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection
Resolver.
|
private static org.glassfish.hk2.utilities.InjecteeImpl |
ContextInjectionResolverImpl.toInjecteeImpl(Injectee injectee) |
Modifier and Type | Class and Description |
---|---|
class |
InjecteeImpl
An Injectee represents the point of injection.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
InjectionResolver.resolve(Injectee injectee)
This method will return the object that should be injected into the given injection point.
|
Modifier and Type | Method and Description |
---|---|
private Injectee |
DelegatedInjectionValueParamProvider.getInjectee(Parameter parameter)
Creates a new object
Injectee corresponding to the injecting point. |
Modifier and Type | Method and Description |
---|---|
private boolean |
ParamInjectionResolver.hasEncodedAnnotation(Injectee injectee) |
java.lang.Object |
ParamInjectionResolver.resolve(Injectee injectee) |