Uses of Interface
org.glassfish.jersey.internal.inject.Binder
Package
Description
Common Jersey internal API classes.
Common Jersey internal injection utility classes.
Common Jersey internal messaging classes.
Jersey server-side classes.
Jersey server-side internal classes.
Jersey server-side internal monitoring and statistics classes.
Jersey internal Servlet API.
-
Uses of Binder in org.glassfish.jersey.inject.cdi.se
-
Uses of Binder in org.glassfish.jersey.inject.cdi.se.injector
Modifier and TypeClassDescriptionstatic final class
Context injection resolver binder. -
Uses of Binder in org.glassfish.jersey.inject.hk2
-
Uses of Binder in org.glassfish.jersey.internal
Modifier and TypeClassDescriptionclass
Simple ServiceFinder injection binder. -
Uses of Binder in org.glassfish.jersey.internal.inject
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionstatic AbstractBinder
CompositeBinder.wrap
(Collection<Binder> binders) CreatesCompositeBinder
with provided binders. -
Uses of Binder in org.glassfish.jersey.jaxb.internal
Modifier and TypeClassDescriptionclass
Binder for JAX-B message body workers.class
Binder for JAXB parameter converter. -
Uses of Binder in org.glassfish.jersey.media.sse.internal
Modifier and TypeClassDescriptionclass
Binds implementations to interfaces for injection of SSE-related injectables. -
Uses of Binder in org.glassfish.jersey.message.internal
Modifier and TypeClassDescriptionstatic class
Header delegate provider injection binder.static class
Message body providers injection binder. -
Uses of Binder in org.glassfish.jersey.server
ModifierConstructorDescriptionApplicationHandler
(Application application, Binder customBinder) Create a new Jersey server-side application handler configured by an instance of aResourceConfig
and a customBinder
.ApplicationHandler
(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
.ApplicationHandler
(Class<? extends Application> applicationClass, Binder customBinder) Create a new Jersey server-side application handler configured by aJAX-RS Application (sub-)class
. -
Uses of Binder in org.glassfish.jersey.server.internal
Modifier and TypeClassDescriptionstatic class
Binder registering theException Wrapper Interceptor
(used on the client side). -
Uses of Binder in org.glassfish.jersey.server.internal.monitoring
Modifier and TypeClassDescriptionstatic class
A binder that binds theMonitoringContainerListener
. -
Uses of Binder in org.glassfish.jersey.servlet.internal