public class ClassData extends AnnotableData
Modifier and Type | Field and Description |
---|---|
protected ClassNameData |
name |
annotations
separator
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, setAnnotations
flatten, fromMap, fromString, get, get, get, get, merge, merge, merge, merge, of, put, put, put, structure
equals, fromMap, fromString, hashCode, toMap, toMap, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
any
protected 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()