Package org.jvnet.hk2.config
Class NoopConfigInjector
java.lang.Object
org.jvnet.hk2.config.ConfigInjector
org.jvnet.hk2.config.NoopConfigInjector
Used for bringing in
ConfigBeanProxy to the habitat.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReads values fromDomand inject them into the given target object.voidinjectAttribute(Dom dom, String attributeName, Object target) Injects a single property of the given attribute name.voidinjectElement(Dom dom, String elementName, Object target) Injects a single property of the given element name.Methods inherited from class org.jvnet.hk2.config.ConfigInjector
asBoolean, asInt, reference
-
Constructor Details
-
NoopConfigInjector
public NoopConfigInjector()
-
-
Method Details
-
inject
Description copied from class:ConfigInjectorReads values fromDomand inject them into the given target object.- Specified by:
injectin classConfigInjector
-
injectElement
Description copied from class:ConfigInjectorInjects a single property of the given element name.- Specified by:
injectElementin classConfigInjector
-
injectAttribute
Description copied from class:ConfigInjectorInjects a single property of the given attribute name.- Specified by:
injectAttributein classConfigInjector
-