Uses of Interface
org.glassfish.jersey.internal.inject.InjectionManagerSupplier
Packages that use InjectionManagerSupplier
Package
Description
Jersey client-side classes.
Common Jersey internal messaging classes.
Common Jersey internal model related classes and interfaces.
-
Uses of InjectionManagerSupplier in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement InjectionManagerSupplierModifier and TypeClassDescriptionclass
Jersey client request context.class
Jersey client response context. -
Uses of InjectionManagerSupplier in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement InjectionManagerSupplierModifier and TypeClassDescriptionfinal class
Represents reader interceptor chain executor for both client and server side.final class
Represents writer interceptor chain executor for both client and server side. -
Uses of InjectionManagerSupplier in org.glassfish.jersey.model.internal
Classes in org.glassfish.jersey.model.internal that implement InjectionManagerSupplierModifier and TypeClassDescriptionclass
Wrapper ofFeatureContext
that can supply instance ofinjection manager
.