Package gw.lang.reflect.json
Interface IJsonParentType
public interface IJsonParentType
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(String name, IJsonParentType child) getName()voidrender(StringBuilder sb, int indent, boolean mutable)
-
Method Details
-
addChild
-
findChild
-
render
-
getName
String getName() -
getParent
IJsonParentType getParent()
-