Uses of Interface
org.glassfish.jersey.internal.inject.Injectee
-
Packages that use Injectee Package Description org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. -
-
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 ObjectInjectionResolver. resolve(Injectee injectee)This method will return the object that should be injected into the given injection point.
-