Uses of Interface
org.glassfish.jersey.internal.inject.Injectee
Packages that use Injectee
Package
Description
Common Jersey internal injection utility classes.
Jersey server-side JAX-RS injection support classes.
-
Uses of Injectee in org.glassfish.jersey.inject.cdi.se.injector
Methods in org.glassfish.jersey.inject.cdi.se.injector with parameters of type InjecteeModifier and TypeMethodDescriptionbooleanJerseyProxyResolver.isPrixiable(Injectee injectee) Returnstrueif one of the proxiable annotations is present on the clazz into which values are injected.JerseyProxyResolver.noCachedProxy(Injectee injectee, Supplier<Object> supplier) Returns a proxy (newly created or cached) which is able to call the givenSupplier.JerseyProxyResolver.proxy(Injectee injectee, InjectionResolver resolver) Returns a proxy (newly created or cached) which is able to callInjectionResolverwith the givenInjecteeto get the value in proper scope. -
Uses of Injectee in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type Injectee -
Uses of Injectee in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement InjecteeModifier and TypeClassDescriptionclassAn Injectee represents the point of injection.Methods in org.glassfish.jersey.internal.inject with parameters of type Injectee -
Uses of Injectee in org.glassfish.jersey.server.internal.inject
Methods in org.glassfish.jersey.server.internal.inject with parameters of type Injectee