Package org.jboss.as.pojo.descriptor
Class BeanFactoryMetaDataConfig
java.lang.Object
org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
org.jboss.as.pojo.descriptor.BeanMetaDataConfig
org.jboss.as.pojo.descriptor.BeanFactoryMetaDataConfig
- All Implemented Interfaces:
Serializable,ConfigVisitorNode,TypeProvider
The legacy bean factory meta data.
- Author:
- Ales Justin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddChildren(ConfigVisitor visitor, List<ConfigVisitorNode> nodes) Add children as needed.Methods inherited from class org.jboss.as.pojo.descriptor.BeanMetaDataConfig
getAliases, getBeanClass, getConstructor, getCreate, getDepends, getDestroy, getIncallbacks, getInstalls, getMode, getModule, getName, getProperties, getStart, getStop, getUncallbacks, getUninstalls, setAliases, setBeanClass, setConstructor, setCreate, setDepends, setDestroy, setIncallbacks, setInstalls, setMode, setModule, setName, setProperties, setStart, setStop, setUncallbacks, setUninstalls, toBeanName, toInstancesName, visitMethods inherited from class org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType, getType
-
Constructor Details
-
BeanFactoryMetaDataConfig
-
-
Method Details
-
addChildren
Description copied from class:AbstractConfigVisitorNodeAdd children as needed.- Overrides:
addChildrenin classBeanMetaDataConfig- Parameters:
visitor- the current visitornodes- the nodes list to add to
-