Uses of Interface
org.glassfish.jersey.internal.inject.Injectee
-
Packages that use Injectee 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.org.glassfish.jersey.servlet.internal Jersey internal Servlet API. -
-
Uses of Injectee in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type Injectee Modifier and Type Method Description java.lang.ObjectContextInjectionResolverImpl. 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.InjecteeImplContextInjectionResolverImpl. toInjecteeImpl(Injectee injectee) -
Uses of Injectee in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement Injectee Modifier and Type Class Description classInjecteeImplAn Injectee represents the point of injection.Methods in org.glassfish.jersey.internal.inject with parameters of type Injectee Modifier and Type Method Description java.lang.ObjectInjectionResolver. resolve(Injectee injectee)This method will return the object that should be injected into the given injection point. -
Uses of Injectee in org.glassfish.jersey.server.internal.inject
Methods in org.glassfish.jersey.server.internal.inject that return Injectee Modifier and Type Method Description private InjecteeDelegatedInjectionValueParamProvider. getInjectee(Parameter parameter)Creates a new objectInjecteecorresponding to the injecting point.Methods in org.glassfish.jersey.server.internal.inject with parameters of type Injectee Modifier and Type Method Description private booleanParamInjectionResolver. hasEncodedAnnotation(Injectee injectee)java.lang.ObjectParamInjectionResolver. resolve(Injectee injectee) -
Uses of Injectee in org.glassfish.jersey.servlet.internal
Methods in org.glassfish.jersey.servlet.internal with parameters of type Injectee Modifier and Type Method Description java.lang.ObjectPersistenceUnitBinder.PersistenceUnitInjectionResolver. resolve(Injectee injectee)
-