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.
Jersey internal Servlet API.
-
Uses of Injectee in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type InjecteeModifier and TypeMethodDescriptionJersey 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) -
Uses of Injectee in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement InjecteeModifier and TypeClassDescriptionclass
An 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 that return InjecteeModifier and TypeMethodDescriptionprivate Injectee
DelegatedInjectionValueParamProvider.getInjectee
(Parameter parameter) Creates a new objectInjectee
corresponding to the injecting point.Methods in org.glassfish.jersey.server.internal.inject with parameters of type InjecteeModifier and TypeMethodDescriptionprivate boolean
ParamInjectionResolver.hasEncodedAnnotation
(Injectee injectee) -
Uses of Injectee in org.glassfish.jersey.servlet.internal
Methods in org.glassfish.jersey.servlet.internal with parameters of type Injectee