Uses of Class
gw.lang.reflect.json.JsonSimpleType
-
Packages that use JsonSimpleType Package Description gw.lang.reflect.json -
-
Uses of JsonSimpleType in gw.lang.reflect.json
Methods in gw.lang.reflect.json that return JsonSimpleType Modifier and Type Method Description static JsonSimpleTypeJsonSimpleType. get(java.lang.Object jsonObj)(package private) JsonSimpleTypeJsonSimpleType. merge(JsonSimpleType other)static JsonSimpleTypeJsonSimpleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonSimpleType[]JsonSimpleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.lang.reflect.json with parameters of type JsonSimpleType Modifier and Type Method Description (package private) JsonSimpleTypeJsonSimpleType. merge(JsonSimpleType other)
-