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) classFields 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 IJsonTypeJson.mergeTypes(IJsonType type1, IJsonType type2) private static IJsonTypeJson.transformJsonObject(String name, IJsonParentType parent, Object jsonObj) Methods in gw.lang.reflect.json with parameters of type IJsonTypeModifier and TypeMethodDescriptionvoidstatic IJsonTypeJson.mergeTypes(IJsonType type1, IJsonType type2) voidJsonListType.setComponentType(IJsonType compType)