Uses of Interface
org.glassfish.jersey.internal.inject.Binder
Packages that use 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
Methods in org.glassfish.jersey.inject.cdi.se with parameters of type Binder -
Uses of Binder in org.glassfish.jersey.inject.cdi.se.injector
Classes in org.glassfish.jersey.inject.cdi.se.injector that implement BinderModifier and TypeClassDescriptionstatic final classContext injection resolver binder. -
Uses of Binder in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type Binder -
Uses of Binder in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement BinderModifier and TypeClassDescriptionclassSimple ServiceFinder injection binder. -
Uses of Binder in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement BinderModifier and TypeClassDescriptionclassImplementation ofBinderinterface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.classUtility class which is able to install several binders and register them as a whole.Methods in org.glassfish.jersey.internal.inject with parameters of type BinderModifier and TypeMethodDescriptionstatic InjectionManagerInjections.createInjectionManager(Binder binder) Creates aInjectionManagerwith initial binder that is immediately registered.static Collection<Binding>Bindings.getBindings(InjectionManager injectionManager, Binder binder) voidRegisters beans which are included inBinder.static AbstractBinderCreatesCompositeBinderwith provided binders.Method parameters in org.glassfish.jersey.internal.inject with type arguments of type BinderModifier and TypeMethodDescriptionstatic AbstractBinderCompositeBinder.wrap(Collection<Binder> binders) CreatesCompositeBinderwith provided binders. -
Uses of Binder in org.glassfish.jersey.jaxb.internal
Classes in org.glassfish.jersey.jaxb.internal that implement BinderModifier and TypeClassDescriptionclassBinder for JAX-B message body workers.classBinder for JAXB parameter converter. -
Uses of Binder in org.glassfish.jersey.media.sse.internal
Classes in org.glassfish.jersey.media.sse.internal that implement BinderModifier and TypeClassDescriptionclassBinds implementations to interfaces for injection of SSE-related injectables. -
Uses of Binder in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement BinderModifier and TypeClassDescriptionstatic classHeader delegate provider injection binder.static classMessage body providers injection binder. -
Uses of Binder in org.glassfish.jersey.server
Constructors in org.glassfish.jersey.server with parameters of type BinderModifierConstructorDescriptionApplicationHandler(Application application, Binder customBinder) Create a new Jersey server-side application handler configured by an instance of aResourceConfigand a customBinder.ApplicationHandler(Application application, Binder customBinder, Object parentManager) Create a new Jersey server-side application handler configured by an instance of aResourceConfig, customBinderand 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
Classes in org.glassfish.jersey.server.internal that implement BinderModifier and TypeClassDescriptionstatic classBinder 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 classA binder that binds theMonitoringContainerListener. -
Uses of Binder in org.glassfish.jersey.servlet.internal
Classes in org.glassfish.jersey.servlet.internal that implement Binder