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) class
ClientBinder
Registers all binders necessary forClient
runtime. -
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 void
Hk2Helper. bind(AbstractHk2InjectionManager injectionManager, Binder jerseyBinder)
Bind a translated Jersey-likeBinder
to HK2-likeBinder
.void
DelayedHk2InjectionManager. register(Binder binder)
void
ImmediateHk2InjectionManager. 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 class
ServiceFinderBinder<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 class
AbstractBinder
Implementation ofBinder
interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.class
CompositeBinder
Utility 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. installed
Methods in org.glassfish.jersey.internal.inject that return Binder Modifier and Type Method Description private <T> Binder
ProviderBinder. 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 InjectionManager
Injections. createInjectionManager(Binder binder)
Creates aInjectionManager
with initial binder that is immediately registered.static java.util.Collection<Binding>
Bindings. getBindings(InjectionManager injectionManager, Binder binder)
void
InjectionManager. register(Binder binder)
Registers beans which are included inBinder
.static AbstractBinder
CompositeBinder. wrap(Binder... binders)
CreatesCompositeBinder
with provided binders.Method parameters in org.glassfish.jersey.internal.inject with type arguments of type Binder Modifier and Type Method Description static AbstractBinder
CompositeBinder. wrap(java.util.Collection<Binder> binders)
CreatesCompositeBinder
with 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 newCompositeBinder
and 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 class
JacksonFilteringFeature.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 class
JaxbMessagingBinder
Binder for JAX-B message body workers.class
JaxbParamConverterBinder
Binder 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 class
JettyHttpContainer.JettyBinder
An 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) class
EntityFilteringBinder
Binder 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 class
MessagingBinders.HeaderDelegateProviders
Header delegate provider injection binder.static class
MessagingBinders.MessageBodyProviders
Message 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_BINDER
private static java.util.function.Function<java.lang.Object,Binder>
ComponentBag. CAST_TO_BINDER
Methods 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 class
OAuth1SignatureFeature.Binder
Binder that bindssignature methods
andOAuth1Signature
. -
Uses of Binder in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement Binder Modifier and Type Class Description private static class
ExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder
(package private) class
ServerBinder
Server injection binder.Methods in org.glassfish.jersey.server with parameters of type Binder Modifier and Type Method Description private void
ApplicationHandler. 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 aResourceConfig
and 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
, customBinder
and 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 class
MappableExceptionWrapperInterceptor.Binder
Binder 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 class
MonitoringContainerListener.Binder
A 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 class
RequestProcessingConfigurator.ServerProcessingBinder
Defines 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 class
WebComponent.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 class
PersistenceUnitBinder
Persistence unit
injection 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 class
SimpleContainer.SimpleBinder
An internal binder to enable Simple HTTP container specific types injection.
-