public class NoopConfigInjector extends ConfigInjector
ConfigBeanProxy
to the habitat.Constructor and Description |
---|
NoopConfigInjector() |
Modifier and Type | Method and Description |
---|---|
void |
inject(Dom dom,
Object target)
Reads values from
Dom and inject them into the given target object. |
void |
injectAttribute(Dom dom,
String attributeName,
Object target)
Injects a single property of the given attribute name.
|
void |
injectElement(Dom dom,
String elementName,
Object target)
Injects a single property of the given element name.
|
asBoolean, asInt, reference
public void inject(Dom dom, Object target)
ConfigInjector
Dom
and inject them into the given target object.inject
in class ConfigInjector
public void injectElement(Dom dom, String elementName, Object target)
ConfigInjector
injectElement
in class ConfigInjector
public void injectAttribute(Dom dom, String attributeName, Object target)
ConfigInjector
injectAttribute
in class ConfigInjector
Copyright © 2019. All rights reserved.