Uses of Interface
org.glassfish.jersey.internal.inject.Binder
Packages that use Binder
Package
Description
Jersey client-side classes.
Common Jersey internal API classes.
Common Jersey internal injection utility classes.
Support for Entity Data Filtering in Jersey.
Common Jersey internal messaging classes.
Common Jersey internal model related classes and interfaces.
Jersey server-side classes.
Jersey server-side internal classes.
Jersey server-side internal monitoring and statistics classes.
Jersey server-side internal classes related to request and response processing.
-
Uses of Binder in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement BinderModifier and TypeClassDescription(package private) class
Registers all binders necessary forClient
runtime. -
Uses of Binder in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type BinderModifier and TypeMethodDescription(package private) static void
Hk2Helper.bind
(AbstractHk2InjectionManager injectionManager, Binder jerseyBinder) Bind a translated Jersey-likeBinder
to HK2-likeBinder
.void
void
-
Uses of Binder in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement BinderModifier and TypeClassDescriptionclass
Simple ServiceFinder injection binder. -
Uses of Binder in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement BinderModifier and TypeClassDescriptionclass
Implementation ofBinder
interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.class
Utility class which is able to install several binders and register them as a whole.Fields in org.glassfish.jersey.internal.inject with type parameters of type BinderMethods in org.glassfish.jersey.internal.inject that return BinderModifier and TypeMethodDescriptionprivate <T> Binder
ProviderBinder.createClassBinders
(Class<T> clazz, boolean isResource) Methods in org.glassfish.jersey.internal.inject that return types with arguments of type BinderModifier and TypeMethodDescriptionprivate static <T> Collection
<Binder> ProviderBinder.createInstanceBinders
(T instance) private static Collection
<Binder> ProviderBinder.createProviderBinders
(Class<?> providerClass, ContractProvider model) private static Collection
<Binder> ProviderBinder.createProviderBinders
(Object providerInstance, ContractProvider model) Methods in org.glassfish.jersey.internal.inject with parameters of type BinderModifier and TypeMethodDescriptionstatic InjectionManager
Injections.createInjectionManager
(Binder binder) Creates aInjectionManager
with initial binder that is immediately registered.static Collection
<Binding> Bindings.getBindings
(InjectionManager injectionManager, Binder binder) void
Registers beans which are included inBinder
.static AbstractBinder
CreatesCompositeBinder
with provided binders.Method parameters in org.glassfish.jersey.internal.inject with type arguments of type BinderModifier and TypeMethodDescriptionstatic AbstractBinder
CompositeBinder.wrap
(Collection<Binder> binders) CreatesCompositeBinder
with provided binders.Constructor parameters in org.glassfish.jersey.internal.inject with type arguments of type BinderModifierConstructorDescriptionprivate
CompositeBinder
(Collection<Binder> installed) Creates a newCompositeBinder
and adds the collection of binders as candidates to install. -
Uses of Binder in org.glassfish.jersey.jackson.internal
Classes in org.glassfish.jersey.jackson.internal that implement Binder -
Uses of Binder in org.glassfish.jersey.jaxb.internal
Classes in org.glassfish.jersey.jaxb.internal that implement BinderModifier and TypeClassDescriptionclass
Binder for JAX-B message body workers.class
Binder for JAXB parameter converter. -
Uses of Binder in org.glassfish.jersey.message.filtering
Classes in org.glassfish.jersey.message.filtering that implement BinderModifier and TypeClassDescription(package private) final class
Binder for Entity Data Filtering feature. -
Uses of Binder in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement BinderModifier and TypeClassDescriptionstatic class
Header delegate provider injection binder.static class
Message body providers injection binder. -
Uses of Binder in org.glassfish.jersey.model.internal
Fields in org.glassfish.jersey.model.internal with type parameters of type BinderMethods in org.glassfish.jersey.model.internal that return types with arguments of type BinderModifier and TypeMethodDescriptionCommonConfig.configureBinders
(InjectionManager injectionManager, Set<Binder> configured) private Collection
<Binder> Method parameters in org.glassfish.jersey.model.internal with type arguments of type BinderModifier and TypeMethodDescriptionCommonConfig.configureBinders
(InjectionManager injectionManager, Set<Binder> configured) private Collection
<Binder> -
Uses of Binder in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement BinderModifier and TypeClassDescriptionprivate static class
(package private) class
Server injection binder.Methods in org.glassfish.jersey.server with parameters of type BinderModifier and TypeMethodDescriptionprivate void
ApplicationHandler.initialize
(ApplicationConfigurator applicationConfigurator, InjectionManager injectionManager, Binder customBinder) Constructors in org.glassfish.jersey.server with parameters of type BinderModifierConstructorDescriptionApplicationHandler
(javax.ws.rs.core.Application application, Binder customBinder) Create a new Jersey server-side application handler configured by an instance of aResourceConfig
and a customBinder
.ApplicationHandler
(javax.ws.rs.core.Application application, Binder customBinder, Object parentManager) Create a new Jersey server-side application handler configured by an instance of aResourceConfig
, customBinder
and a parent used byInjectionManager
. -
Uses of Binder in org.glassfish.jersey.server.internal
Classes in org.glassfish.jersey.server.internal that implement BinderModifier and TypeClassDescriptionstatic class
Binder registering theException Wrapper Interceptor
(used on the client side). -
Uses of Binder in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement BinderModifier and TypeClassDescriptionstatic class
A binder that binds theMonitoringContainerListener
. -
Uses of Binder in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement BinderModifier and TypeClassDescriptionprivate class
Defines server-side request processing injection bindings.