| Package | Description |
|---|---|
| org.jboss.metatype.api.types | |
| org.jboss.metatype.api.values | |
| org.jboss.metatype.plugins.types | |
| org.jboss.metatype.plugins.values |
| Modifier and Type | Method and Description |
|---|---|
static CollectionMetaType |
CollectionMetaType.getCollectionType(String collectionType,
MetaType elementType)
Get collection meta type.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionMetaType |
CollectionValueSupport.getMetaType() |
CollectionMetaType |
CollectionValue.getMetaType() |
| Constructor and Description |
|---|
CollectionValueSupport(CollectionMetaType metaType)
Create a new CollectionValueSupport.
|
CollectionValueSupport(CollectionMetaType metaType,
MetaValue[] elements)
Create a new ArrayValueSupport.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionMetaType |
DefaultMetaTypeFactory.generateCollection(org.jboss.reflect.spi.ClassInfo typeInfo)
Generate a collection metatype
|
| Modifier and Type | Method and Description |
|---|---|
CollectionValue |
DefaultMetaValueFactory.createCollectionValue(CollectionMetaType type,
Object value,
Map<Object,MetaValue> mapping)
Create a collection value
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.