Package | Description |
---|---|
org.glassfish.jersey.inject.cdi.se | |
org.glassfish.jersey.inject.cdi.se.injector | |
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.jaxb.internal | |
org.glassfish.jersey.media.sse.internal | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CdiSeInjectionManager.register(Binder binder) |
Modifier and Type | Class and Description |
---|---|
static class |
ContextInjectionResolverImpl.Binder
Context injection resolver binder.
|
Modifier and Type | Method and Description |
---|---|
void |
DelayedHk2InjectionManager.register(Binder binder) |
void |
ImmediateHk2InjectionManager.register(Binder binder) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceFinderBinder<T>
Simple ServiceFinder injection binder.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinder
Implementation of
Binder 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.
|
Modifier and Type | Method and Description |
---|---|
static InjectionManager |
Injections.createInjectionManager(Binder binder)
Creates a
InjectionManager with initial binder that is immediately registered. |
static Collection<Binding> |
Bindings.getBindings(InjectionManager injectionManager,
Binder binder) |
void |
InjectionManager.register(Binder binder)
Registers beans which are included in
Binder . |
static AbstractBinder |
CompositeBinder.wrap(Binder... binders)
Creates
CompositeBinder with provided binders. |
Modifier and Type | Method and Description |
---|---|
static AbstractBinder |
CompositeBinder.wrap(Collection<Binder> binders)
Creates
CompositeBinder with provided binders. |
Modifier and Type | Class and Description |
---|---|
class |
JaxbMessagingBinder
Binder for JAX-B message body workers.
|
class |
JaxbParamConverterBinder
Binder for JAXB parameter converter.
|
Modifier and Type | Class and Description |
---|---|
class |
SseBinder
Binds implementations to interfaces for injection of SSE-related injectables.
|
Modifier and Type | Class and Description |
---|---|
static class |
MessagingBinders.HeaderDelegateProviders
Header delegate provider injection binder.
|
static class |
MessagingBinders.MessageBodyProviders
Message body providers injection binder.
|
Constructor and Description |
---|
ApplicationHandler(Application application,
Binder customBinder)
Create a new Jersey server-side application handler configured by an instance
of a
ResourceConfig and a custom Binder . |
ApplicationHandler(Application application,
Binder customBinder,
Object parentManager)
Create a new Jersey server-side application handler configured by an instance
of a
ResourceConfig , custom Binder and a parent used by InjectionManager . |
Modifier and Type | Class and Description |
---|---|
static class |
MappableExceptionWrapperInterceptor.Binder
Binder registering the
Exception Wrapper Interceptor
(used on the client side). |
Modifier and Type | Class and Description |
---|---|
static class |
MonitoringContainerListener.Binder
A binder that binds the
MonitoringContainerListener . |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceUnitBinder
Persistence unit injection binder. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.