Uses of Interface
gw.lang.reflect.json.IJsonType
Packages that use IJsonType
-
Uses of IJsonType in gw.lang.reflect.json
Subinterfaces of IJsonType in gw.lang.reflect.jsonClasses in gw.lang.reflect.json that implement IJsonTypeModifier and TypeClassDescription(package private) class
(package private) class
(package private) enum
(package private) class
Fields in gw.lang.reflect.json declared as IJsonTypeFields in gw.lang.reflect.json with type parameters of type IJsonTypeMethods in gw.lang.reflect.json that return IJsonTypeModifier and TypeMethodDescriptionJsonStructureType.findMemberType
(String name) JsonListType.getComponentType()
JsonListType.merge
(JsonListType other) static IJsonType
Json.mergeTypes
(IJsonType type1, IJsonType type2) private static IJsonType
Json.transformJsonObject
(String name, IJsonParentType parent, Object jsonObj) Methods in gw.lang.reflect.json with parameters of type IJsonTypeModifier and TypeMethodDescriptionvoid
static IJsonType
Json.mergeTypes
(IJsonType type1, IJsonType type2) void
JsonListType.setComponentType
(IJsonType compType)