Package org.jboss.as.pojo.descriptor
Class ValueFactoryConfig
java.lang.Object
org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
org.jboss.as.pojo.descriptor.ValueConfig
org.jboss.as.pojo.descriptor.FactoryConfig
org.jboss.as.pojo.descriptor.ValueFactoryConfig
- All Implemented Interfaces:
Serializable,ConfigVisitorNode,TypeProvider
Value factory value.
- Author:
- Ales Justin
- See Also:
-
Field Summary
Fields inherited from class org.jboss.as.pojo.descriptor.FactoryConfig
beanInfo, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddChildren(ConfigVisitor visitor, List<ConfigVisitorNode> nodes) Add children as needed.protected ObjectgetClassValue(Class<?> type) Get value, use type to narrow down exact value.voidvoidsetParameters(ValueConfig[] parameters) Methods inherited from class org.jboss.as.pojo.descriptor.FactoryConfig
getBeanInfo, getType, setBean, setState, visitMethods inherited from class org.jboss.as.pojo.descriptor.ValueConfig
getIndex, getPtValue, getType, getValue, setIndex, setTypeMethods inherited from class org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType
-
Constructor Details
-
ValueFactoryConfig
public ValueFactoryConfig()
-
-
Method Details
-
getClassValue
Description copied from class:ValueConfigGet value, use type to narrow down exact value.- Overrides:
getClassValuein classFactoryConfig- Parameters:
type- the injection point type- Returns:
- value
-
addChildren
Description copied from class:AbstractConfigVisitorNodeAdd children as needed.- Overrides:
addChildrenin classAbstractConfigVisitorNode- Parameters:
visitor- the current visitornodes- the nodes list to add to
-
setMethod
-
setParameters
-