public class StringValueConfig extends ValueConfig
Constructor and Description |
---|
StringValueConfig() |
Modifier and Type | Method and Description |
---|---|
protected Object |
getClassValue(Class<?> type)
Get value, use type to narrow down exact value.
|
void |
setReplaceProperties(boolean replaceProperties) |
void |
setTrim(boolean trim) |
void |
setValue(String value) |
void |
visit(ConfigVisitor visitor)
Visit metadata node.
|
getIndex, getPtValue, getType, getValue, setIndex, setType
addChildren, getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType, getType
public void visit(ConfigVisitor visitor)
ConfigVisitorNode
visit
in interface ConfigVisitorNode
visit
in class AbstractConfigVisitorNode
visitor
- the config visitorprotected Object getClassValue(Class<?> type)
ValueConfig
getClassValue
in class ValueConfig
type
- the injection point typepublic void setValue(String value)
public void setReplaceProperties(boolean replaceProperties)
public void setTrim(boolean trim)
Copyright © 2016 JBoss by Red Hat. All rights reserved.