public class ClassData extends AnnotableData
| Modifier and Type | Field and Description |
|---|---|
protected ClassNameData |
name |
annotationsseparator| Modifier | Constructor and Description |
|---|---|
|
ClassData() |
protected |
ClassData(java.lang.Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
ClassNameData |
getName() |
static ClassData |
of(java.lang.Class<?> type) |
static ClassData |
of(java.lang.Object object) |
void |
setName(ClassNameData name) |
getAnnotations, of, of, setAnnotationsflatten, fromMap, fromString, get, get, get, get, merge, merge, merge, merge, of, put, put, put, structureequals, fromMap, fromString, hashCode, toMap, toMap, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitanyprotected ClassNameData name
public ClassData()
protected ClassData(java.lang.Class<?> type)
public static ClassData of(java.lang.Object object)
public static ClassData of(java.lang.Class<?> type)
public void setName(ClassNameData name)
public ClassNameData getName()