Uses of Interface
org.glassfish.jersey.internal.inject.Binder
-
Packages that use Binder Package Description org.glassfish.jersey.client Jersey client-side classes.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.jackson.internal org.glassfish.jersey.jaxb.internal org.glassfish.jersey.jetty Jersey Jetty container classes.org.glassfish.jersey.message.filtering Support for Entity Data Filtering in Jersey.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.oauth1.signature Jersey OAuth 1 Signature API and Implementation.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.server.internal.process Jersey server-side internal classes related to request and response processing.org.glassfish.jersey.servlet Jersey generic Servlet container integration classes.org.glassfish.jersey.servlet.internal Jersey internal Servlet API.org.glassfish.jersey.simple Jersey Simple 6.x container classes. -
-
Uses of Binder in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement Binder Modifier and Type Class Description (package private) classClientBinderRegisters all binders necessary forClientruntime. -
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 (package private) static voidHk2Helper. bind(AbstractHk2InjectionManager injectionManager, Binder jerseyBinder)Bind a translated Jersey-likeBinderto HK2-likeBinder.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.Fields in org.glassfish.jersey.internal.inject with type parameters of type Binder Modifier and Type Field Description private java.util.Collection<Binder>CompositeBinder. installedMethods in org.glassfish.jersey.internal.inject that return Binder Modifier and Type Method Description private <T> BinderProviderBinder. createClassBinders(java.lang.Class<T> clazz, boolean isResource)Methods in org.glassfish.jersey.internal.inject that return types with arguments of type Binder Modifier and Type Method Description private static <T> java.util.Collection<Binder>ProviderBinder. createInstanceBinders(T instance)private static java.util.Collection<Binder>ProviderBinder. createProviderBinders(java.lang.Class<?> providerClass, ContractProvider model)private static java.util.Collection<Binder>ProviderBinder. createProviderBinders(java.lang.Object providerInstance, ContractProvider model)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 java.util.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(java.util.Collection<Binder> binders)CreatesCompositeBinderwith provided binders.Constructor parameters in org.glassfish.jersey.internal.inject with type arguments of type Binder Constructor Description CompositeBinder(java.util.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 Modifier and Type Class Description private static classJacksonFilteringFeature.Binder -
Uses of Binder in org.glassfish.jersey.jaxb.internal
Classes in org.glassfish.jersey.jaxb.internal that implement Binder Modifier and Type Class Description classJaxbMessagingBinderBinder for JAX-B message body workers.classJaxbParamConverterBinderBinder for JAXB parameter converter. -
Uses of Binder in org.glassfish.jersey.jetty
Classes in org.glassfish.jersey.jetty that implement Binder Modifier and Type Class Description private static classJettyHttpContainer.JettyBinderAn 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 Binder Modifier and Type Class Description (package private) classEntityFilteringBinderBinder for Entity Data Filtering feature. -
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.model.internal
Fields in org.glassfish.jersey.model.internal with type parameters of type Binder Modifier and Type Field Description private static java.util.function.Function<java.lang.Object,Binder>CommonConfig. CAST_TO_BINDERprivate static java.util.function.Function<java.lang.Object,Binder>ComponentBag. CAST_TO_BINDERMethods in org.glassfish.jersey.model.internal that return types with arguments of type Binder Modifier and Type Method Description private java.util.Set<Binder>CommonConfig. configureBinders(InjectionManager injectionManager, java.util.Set<Binder> configured)private java.util.Collection<Binder>CommonConfig. getBinder(java.util.Set<Binder> configured)Method parameters in org.glassfish.jersey.model.internal with type arguments of type Binder Modifier and Type Method Description private java.util.Set<Binder>CommonConfig. configureBinders(InjectionManager injectionManager, java.util.Set<Binder> configured)private java.util.Collection<Binder>CommonConfig. getBinder(java.util.Set<Binder> configured) -
Uses of Binder in org.glassfish.jersey.oauth1.signature
Classes in org.glassfish.jersey.oauth1.signature that implement Binder Modifier and Type Class Description (package private) static classOAuth1SignatureFeature.BinderBinder that bindssignature methodsandOAuth1Signature. -
Uses of Binder in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement Binder Modifier and Type Class Description private static classExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder(package private) classServerBinderServer injection binder.Methods in org.glassfish.jersey.server with parameters of type Binder Modifier and Type Method Description private voidApplicationHandler. initialize(ApplicationConfigurator applicationConfigurator, InjectionManager injectionManager, Binder customBinder)Constructors in org.glassfish.jersey.server with parameters of type Binder Constructor Description ApplicationHandler(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, java.lang.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 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.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement Binder Modifier and Type Class Description private classRequestProcessingConfigurator.ServerProcessingBinderDefines server-side request processing injection bindings. -
Uses of Binder in org.glassfish.jersey.servlet
Classes in org.glassfish.jersey.servlet that implement Binder Modifier and Type Class Description private classWebComponent.WebComponentBinder -
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. -
Uses of Binder in org.glassfish.jersey.simple
Classes in org.glassfish.jersey.simple that implement Binder Modifier and Type Class Description private static classSimpleContainer.SimpleBinderAn internal binder to enable Simple HTTP container specific types injection.
-