Package gw.lang.reflect.json
Class DynamicType
- java.lang.Object
-
- gw.lang.reflect.json.DynamicType
-
-
Field Summary
Fields Modifier and Type Field Description private static DynamicTypeINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateDynamicType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()IJsonParentTypegetParent()static DynamicTypeinstance()
-
-
-
Field Detail
-
INSTANCE
private static final DynamicType INSTANCE
-
-
Method Detail
-
instance
public static DynamicType instance()
-
getParent
public IJsonParentType getParent()
-
-