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, setTypeaddChildren, getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType, getTypepublic void visit(ConfigVisitor visitor)
ConfigVisitorNodevisit in interface ConfigVisitorNodevisit in class AbstractConfigVisitorNodevisitor - the config visitorprotected Object getClassValue(Class<?> type)
ValueConfiggetClassValue in class ValueConfigtype - the injection point typepublic void setValue(String value)
public void setReplaceProperties(boolean replaceProperties)
public void setTrim(boolean trim)
Copyright © 2021 JBoss by Red Hat. All rights reserved.