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 | Class and Description |
---|---|
class |
ImmutableTableMetaType
ImmutableTableMetaType.
|
Modifier and Type | Method and Description |
---|---|
TableMetaType |
TableValue.getMetaType() |
TableMetaType |
TableValueSupport.getMetaType() |
Constructor and Description |
---|
TableValueSupport(TableMetaType tableType)
Construct Table Value with an initial capacity of 101 and a load
factor of 0.75
|
TableValueSupport(TableMetaType tableType,
int initialCapacity,
float loadFactor)
Construct Table value
|
Modifier and Type | Method and Description |
---|---|
TableMetaType |
DefaultMetaTypeFactory.createMapType(org.jboss.reflect.spi.TypeInfo keyType,
org.jboss.reflect.spi.TypeInfo valueType)
Create a map type
|
TableMetaType |
DefaultMetaTypeFactory.generateMap(org.jboss.reflect.spi.ClassInfo typeInfo)
Generate a map metatype
|
Modifier and Type | Method and Description |
---|---|
TableValue |
DefaultMetaValueFactory.createTableValue(TableMetaType type,
Map value,
Map<Object,MetaValue> mapping)
Create a table value
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.