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 ArrayMetaType |
ArrayMetaType.getArrayType(MetaType elementType)
Get array meta type.
|
static ArrayMetaType |
ArrayMetaType.getPrimitiveArrayType(Class<?> arrayClass)
Get primitive array meta type.
|
Modifier and Type | Method and Description |
---|---|
ArrayMetaType |
ArrayValue.getMetaType() |
ArrayMetaType |
ArrayValueSupport.getMetaType() |
Constructor and Description |
---|
ArrayValueSupport(ArrayMetaType metaType)
Create a new ArrayValueSupport.
|
ArrayValueSupport(ArrayMetaType metaType,
Object value)
Create a new ArrayValueSupport.
|
Modifier and Type | Method and Description |
---|---|
ArrayMetaType |
DefaultMetaTypeFactory.generateArray(org.jboss.reflect.spi.ArrayInfo typeInfo)
Generate an array metatype
|
Modifier and Type | Method and Description |
---|---|
ArrayValue |
DefaultMetaValueFactory.createArrayValue(ArrayMetaType type,
Object value,
Map<Object,MetaValue> mapping)
Create an array value
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.