| Package | Description |
|---|---|
| org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
| org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
RuntimeType constrainedTo,
Set<Class<?>> registeredClasses,
org.glassfish.hk2.api.DynamicConfiguration dynamicConfiguration)
Bind all providers contained in
providerBag (classes and instances) using HK2 service locator. |
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
RuntimeType constrainedTo,
Set<Class<?>> registeredClasses,
org.glassfish.hk2.api.ServiceLocator locator)
Bind all providers contained in
providerBag (classes and instances) using HK2 service locator. |
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
org.glassfish.hk2.api.ServiceLocator locator)
Bind all providers contained in
providerBag (classes and instances) using HK2 service locator. |
| Modifier and Type | Method and Description |
|---|---|
ComponentBag |
ComponentBag.copy()
Get a copy of this component bag.
|
ComponentBag |
CommonConfig.getComponentBag()
Returns a
ComponentBag instance associated with the configuration. |
ComponentBag |
ComponentBag.immutableCopy()
Get immutable copy of a component bag.
|
static ComponentBag |
ComponentBag.newInstance(jersey.repackaged.com.google.common.base.Predicate<ContractProvider> registrationStrategy)
Create new empty component bag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentBag.loadFrom(ComponentBag bag)
Clear and initialize the component registrations from given bag instance.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.