| 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.
|
| 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 |
|---|---|
static class |
MessagingBinders.HeaderDelegateProviders
Header delegate provider injection binder.
|
static class |
MessagingBinders.MessageBodyProviders
Message body providers injection binder.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.