Package gw.lang.reflect.json
Class JsonListType
java.lang.Object
gw.lang.reflect.json.JsonListType
- All Implemented Interfaces:
IJsonParentType,IJsonType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IJsonTypeprivate Map<String,IJsonParentType> private IJsonParentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(String name, IJsonParentType type) booleangetName()inthashCode()merge(JsonListType other) voidrender(StringBuilder sb, int indent, boolean mutable) voidsetComponentType(IJsonType compType)
-
Field Details
-
_componentType
-
_parent
-
_innerTypes
-
-
Constructor Details
-
JsonListType
JsonListType(IJsonParentType parent)
-
-
Method Details
-
getName
-
getParent
-
addChild
- Specified by:
addChildin interfaceIJsonParentType
-
findChild
- Specified by:
findChildin interfaceIJsonParentType
-
getComponentType
-
setComponentType
-
merge
-
render
- Specified by:
renderin interfaceIJsonParentType
-
equals
-
hashCode
public int hashCode()
-