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.
Jersey Jetty container classes.
Support for Entity Data Filtering in Jersey.
Common Jersey internal messaging classes.
Common Jersey internal model related classes and interfaces.
Jersey OAuth 1 Signature API and Implementation.
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.
Jersey generic Servlet container integration classes.
Jersey internal Servlet API.
Jersey Simple 6.x container classes.
-
Uses of Binder in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement BinderModifier and TypeClassDescription(package private) classRegisters all binders necessary forClientruntime. -
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 voidHk2Helper.bind(AbstractHk2InjectionManager injectionManager, Binder jerseyBinder) Bind a translated Jersey-likeBinderto HK2-likeBinder.voidvoid -
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.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> BinderProviderBinder.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 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.Constructor parameters in org.glassfish.jersey.internal.inject with type arguments of type BinderModifierConstructorDescriptionprivateCompositeBinder(Collection<Binder> installed) Creates a newCompositeBinderand 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 TypeClassDescriptionclassBinder for JAX-B message body workers.classBinder for JAXB parameter converter. -
Uses of Binder in org.glassfish.jersey.jetty
Classes in org.glassfish.jersey.jetty that implement BinderModifier and TypeClassDescriptionprivate static classAn internal binder to enable Jetty HTTP container specific types injection. -
Uses of Binder in org.glassfish.jersey.message.filtering
Classes in org.glassfish.jersey.message.filtering that implement BinderModifier and TypeClassDescription(package private) final classBinder 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 classHeader delegate provider injection binder.static classMessage 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.oauth1.signature
Classes in org.glassfish.jersey.oauth1.signature that implement BinderModifier and TypeClassDescription(package private) static classBinder that bindssignature methodsandOAuth1Signature. -
Uses of Binder in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement BinderModifier and TypeClassDescriptionprivate static class(package private) classServer injection binder.Methods in org.glassfish.jersey.server with parameters of type BinderModifier and TypeMethodDescriptionprivate voidApplicationHandler.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 aResourceConfigand 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, customBinderand 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 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.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement BinderModifier and TypeClassDescriptionprivate classDefines server-side request processing injection bindings. -
Uses of Binder in org.glassfish.jersey.servlet
Classes in org.glassfish.jersey.servlet that implement Binder -
Uses of Binder in org.glassfish.jersey.servlet.internal
Classes in org.glassfish.jersey.servlet.internal that implement Binder -
Uses of Binder in org.glassfish.jersey.simple
Classes in org.glassfish.jersey.simple that implement BinderModifier and TypeClassDescriptionprivate static classAn internal binder to enable Simple HTTP container specific types injection.