public class ValueFactoryConfig extends FactoryConfig
beanInfo, value
Constructor and Description |
---|
ValueFactoryConfig() |
Modifier and Type | Method and Description |
---|---|
protected void |
addChildren(ConfigVisitor visitor,
List<ConfigVisitorNode> nodes)
Add children as needed.
|
protected Object |
getClassValue(Class<?> type)
Get value, use type to narrow down exact value.
|
void |
setMethod(String method) |
void |
setParameters(ValueConfig[] parameters) |
getBeanInfo, getType, setBean, setState, visit
getIndex, getPtValue, getType, getValue, setIndex, setType
getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType
protected Object getClassValue(Class<?> type)
ValueConfig
getClassValue
in class FactoryConfig
type
- the injection point typeprotected void addChildren(ConfigVisitor visitor, List<ConfigVisitorNode> nodes)
AbstractConfigVisitorNode
addChildren
in class AbstractConfigVisitorNode
visitor
- the current visitornodes
- the nodes list to add topublic void setMethod(String method)
public void setParameters(ValueConfig[] parameters)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.