Uses of Interface
gw.lang.reflect.json.IJsonParentType
Packages that use IJsonParentType
-
Uses of IJsonParentType in gw.lang.reflect.json
Classes in gw.lang.reflect.json that implement IJsonParentTypeModifier and TypeClassDescription(package private) class
(package private) class
Fields in gw.lang.reflect.json declared as IJsonParentTypeModifier and TypeFieldDescriptionprivate IJsonParentType
JsonListType._parent
private IJsonParentType
JsonStructureType._parent
Fields in gw.lang.reflect.json with type parameters of type IJsonParentTypeModifier and TypeFieldDescriptionprivate Map<String,
IJsonParentType> JsonListType._innerTypes
private Map<String,
IJsonParentType> JsonStructureType._innerTypes
Methods in gw.lang.reflect.json that return IJsonParentTypeModifier and TypeMethodDescriptionDynamicType.getParent()
IJsonType.getParent()
JsonListType.getParent()
JsonSimpleType.getParent()
JsonStructureType.getParent()
Methods in gw.lang.reflect.json with parameters of type IJsonParentTypeModifier and TypeMethodDescriptionvoid
IJsonParentType.addChild
(String name, IJsonParentType child) void
JsonListType.addChild
(String name, IJsonParentType type) void
JsonStructureType.addChild
(String name, IJsonParentType type) private static IJsonType
Json.transformJsonObject
(String name, IJsonParentType parent, Object jsonObj) Constructors in gw.lang.reflect.json with parameters of type IJsonParentTypeModifierConstructorDescription(package private)
JsonListType
(IJsonParentType parent) (package private)
JsonStructureType
(IJsonParentType parent, String name)