Uses of Class
org.dashbuilder.json.JsonType
-
-
Uses of JsonType in org.dashbuilder.json
Methods in org.dashbuilder.json that return JsonType Modifier and Type Method Description JsonTypeJsonArray. getType()JsonTypeJsonBoolean. getType()JsonTypeJsonNull. getType()JsonTypeJsonNumber. getType()JsonTypeJsonObject. getType()JsonTypeJsonString. getType()JsonTypeJsonValue. getType()Returns an enumeration representing the fundamental JSON type.static JsonTypeJsonType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonType[]JsonType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-