| Package | Description |
|---|---|
| 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.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 | Class and Description |
|---|---|
class |
ServiceFinderBinder<T>
Simple ServiceFinder injection binder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeBinder
Utility class which is able to install several binders and register them as a whole.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractBinder |
CompositeBinder.wrap(Binder... binders)
Creates
CompositeBinder with provided binders. |
static AbstractBinder |
CompositeBinder.wrap(Collection<Binder> binders)
Creates
CompositeBinder with provided binders. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBinder.install(AbstractBinder... binders)
Adds all binding definitions from the binders to the binding configuration.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagingBinders.HeaderDelegateProviders
Header delegate provider injection binder.
|
static class |
MessagingBinders.MessageBodyProviders
Message body providers injection binder.
|
| 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.