| Package | Description |
|---|---|
| org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedBindingBuilder<T>
Named service binding builder.
|
interface |
ScopedBindingBuilder<T>
Scoped service binding builder.
|
interface |
ScopedNamedBindingBuilder<T>
Scoped and named service binding builder.
|
interface |
ServiceBindingBuilder<T>
Service binding builder.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Injections.addBinding(BindingBuilder<?> builder,
DynamicConfiguration configuration)
Add a binding represented by the binding builder to the HK2 dynamic configuration.
|
static void |
Injections.addBinding(BindingBuilder<?> builder,
DynamicConfiguration configuration,
HK2Loader defaultLoader)
Add a binding represented by the binding builder to the HK2 dynamic configuration.
|
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.