public class MapBackedType extends Object implements CompositeType
| Constructor and Description |
|---|
MapBackedType() |
MapBackedType(String typeName) |
MapBackedType(String typeName,
Map<String,Type> fields) |
| Modifier and Type | Method and Description |
|---|---|
MapBackedType |
addField(String name,
Type type) |
Map<String,Type> |
getFields() |
String |
getName() |
public static final String TYPE_NAME
public MapBackedType()
public MapBackedType(String typeName)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.