| Package | Description |
|---|---|
| org.jvnet.hk2.config |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopConfigInjector
Used for bringing in
ConfigBeanProxy to the habitat. |
| Modifier and Type | Field and Description |
|---|---|
org.glassfish.hk2.api.ActiveDescriptor<? extends ConfigInjector> |
ConfigModel.injector
Reference to the
ConfigInjector used to inject values to
objects of this model. |
protected Map<org.glassfish.hk2.api.ActiveDescriptor<? extends ConfigInjector>,ConfigModel> |
DomDocument.models |
| Modifier and Type | Method and Description |
|---|---|
ConfigInjector |
Dom.getInjector()
Gets the
ConfigInjector instance that can be used to inject
this DOM to a bean. |
| Constructor and Description |
|---|
ConfigModel(DomDocument document,
org.glassfish.hk2.api.ActiveDescriptor<? extends ConfigInjector> injector,
Map<String,List<String>> description,
org.glassfish.hk2.api.ServiceLocator locator) |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.