Uses of Interface
gw.lang.reflect.json.IJsonParentType
-
Packages that use IJsonParentType Package Description gw.lang.reflect.json -
-
Uses of IJsonParentType in gw.lang.reflect.json
Classes in gw.lang.reflect.json that implement IJsonParentType Modifier and Type Class Description (package private) classJsonListType(package private) classJsonStructureTypeFields in gw.lang.reflect.json declared as IJsonParentType Modifier and Type Field Description private IJsonParentTypeJsonListType. _parentprivate IJsonParentTypeJsonStructureType. _parentFields in gw.lang.reflect.json with type parameters of type IJsonParentType Modifier and Type Field Description private java.util.Map<java.lang.String,IJsonParentType>JsonListType. _innerTypesprivate java.util.Map<java.lang.String,IJsonParentType>JsonStructureType. _innerTypesMethods in gw.lang.reflect.json that return IJsonParentType Modifier and Type Method Description IJsonParentTypeIJsonParentType. findChild(java.lang.String name)IJsonParentTypeJsonListType. findChild(java.lang.String name)IJsonParentTypeJsonStructureType. findChild(java.lang.String name)IJsonParentTypeDynamicType. getParent()IJsonParentTypeIJsonType. getParent()IJsonParentTypeJsonListType. getParent()IJsonParentTypeJsonSimpleType. getParent()IJsonParentTypeJsonStructureType. getParent()Methods in gw.lang.reflect.json with parameters of type IJsonParentType Modifier and Type Method Description voidIJsonParentType. addChild(java.lang.String name, IJsonParentType child)voidJsonListType. addChild(java.lang.String name, IJsonParentType type)voidJsonStructureType. addChild(java.lang.String name, IJsonParentType type)private static IJsonTypeJson. transformJsonObject(java.lang.String name, IJsonParentType parent, java.lang.Object jsonObj)Constructors in gw.lang.reflect.json with parameters of type IJsonParentType Constructor Description JsonListType(IJsonParentType parent)JsonStructureType(IJsonParentType parent, java.lang.String name)
-