Uses of Interface
org.glassfish.jersey.internal.inject.Binder
-
Packages that use Binder Package Description org.glassfish.jersey.inject.hk2 org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal Jersey server-side internal classes.org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.servlet.internal Jersey internal Servlet API. -
-
Uses of Binder in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type Binder Modifier and Type Method Description voidDelayedHk2InjectionManager. register(Binder binder)voidImmediateHk2InjectionManager. register(Binder binder) -
Uses of Binder in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement Binder Modifier and Type Class Description classServiceFinderBinder<T>Simple ServiceFinder injection binder. -
Uses of Binder in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement Binder Modifier and Type Class Description classAbstractBinderImplementation ofBinderinterface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.classCompositeBinderUtility 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 Binder Modifier and Type Method Description static InjectionManagerInjections. createInjectionManager(Binder binder)Creates aInjectionManagerwith initial binder that is immediately registered.static Collection<Binding>Bindings. getBindings(InjectionManager injectionManager, Binder binder)voidInjectionManager. register(Binder binder)Registers beans which are included inBinder.static AbstractBinderCompositeBinder. wrap(Binder... binders)CreatesCompositeBinderwith provided binders.Method parameters in org.glassfish.jersey.internal.inject with type arguments of type Binder Modifier and Type Method Description static AbstractBinderCompositeBinder. wrap(Collection<Binder> binders)CreatesCompositeBinderwith provided binders. -
Uses of Binder in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement Binder Modifier and Type Class Description static classMessagingBinders.HeaderDelegateProvidersHeader delegate provider injection binder.static classMessagingBinders.MessageBodyProvidersMessage body providers injection binder. -
Uses of Binder in org.glassfish.jersey.server
Constructors in org.glassfish.jersey.server with parameters of type Binder Constructor Description ApplicationHandler(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 Binder Modifier and Type Class Description static classMappableExceptionWrapperInterceptor.BinderBinder 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 Binder Modifier and Type Class Description static classMonitoringContainerListener.BinderA binder that binds theMonitoringContainerListener. -
Uses of Binder in org.glassfish.jersey.servlet.internal
Classes in org.glassfish.jersey.servlet.internal that implement Binder Modifier and Type Class Description classPersistenceUnitBinderPersistence unitinjection binder.
-