@Entity public class ClassTypeDescription extends TypeDescription
| Constructor and Description |
|---|
ClassTypeDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFields(String key,
TypeDescription value)
Adds the fields.
|
Map<String,TypeDescription> |
getFields()
Gets the fields.
|
void |
setFields(Map<String,TypeDescription> fieldList)
Sets the fields.
|
getId, getJsonType, getTypeName, setId, setJsonType, setTypeNamepublic void addFields(String key, TypeDescription value)
key - the keyvalue - the valuepublic Map<String,TypeDescription> getFields()
public void setFields(Map<String,TypeDescription> fieldList)
fieldList - the field listCopyright © 2018. All rights reserved.