Package org.jboss.as.pojo.descriptor
Class ListConfig
- java.lang.Object
-
- org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
-
- org.jboss.as.pojo.descriptor.ValueConfig
-
- org.jboss.as.pojo.descriptor.CollectionConfig
-
- org.jboss.as.pojo.descriptor.ListConfig
-
- All Implemented Interfaces:
Serializable,ConfigVisitorNode,TypeProvider
public class ListConfig extends CollectionConfig
List meta data.- Author:
- Ales Justin
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jboss.as.pojo.descriptor.CollectionConfig
elementType
-
-
Constructor Summary
Constructors Constructor Description ListConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<Object>createDefaultInstance()-
Methods inherited from class org.jboss.as.pojo.descriptor.CollectionConfig
addChildren, addValue, createInstance, getClassValue, getPtValue, setElementType, visit
-
Methods inherited from class org.jboss.as.pojo.descriptor.ValueConfig
getIndex, getType, getValue, setIndex, setType
-
Methods inherited from class org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType, getType
-
-
-
-
Method Detail
-
createDefaultInstance
protected Collection<Object> createDefaultInstance()
- Specified by:
createDefaultInstancein classCollectionConfig
-
-