Package | Description |
---|---|
org.glassfish.jersey.inject.cdi.se.injector | |
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 |
---|---|
boolean |
JerseyProxyResolver.isPrixiable(Injectee injectee)
Returns
true if one of the proxiable annotations is present on the clazz into which values are injected. |
Object |
JerseyProxyResolver.noCachedProxy(Injectee injectee,
Supplier<Object> supplier)
Returns a proxy (newly created or cached) which is able to call the given
Supplier . |
Object |
JerseyProxyResolver.proxy(Injectee injectee,
InjectionResolver resolver)
Returns a proxy (newly created or cached) which is able to call
InjectionResolver with the given Injectee
to get the value in proper scope. |
Object |
ContextInjectionResolverImpl.resolve(Injectee injectee) |
Modifier and Type | Method and Description |
---|---|
Object |
ContextInjectionResolverImpl.resolve(Injectee injectee)
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection
Resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
InjecteeImpl
An Injectee represents the point of injection.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Object |
ParamInjectionResolver.resolve(Injectee injectee) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.