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 |
---|---|
ActiveDescriptor<? extends ConfigInjector> |
ConfigModel.injector
Reference to the
ConfigInjector used to inject values to
objects of this model. |
protected Map<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,
ActiveDescriptor<? extends ConfigInjector> injector,
Map<String,List<String>> description,
ServiceLocator locator) |
Copyright © 2009–2017 Oracle Corporation. All rights reserved.