A B C E G H I J K L N O P Q R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ARRAY - org.dashbuilder.json.JsonType
- asBoolean() - Method in class org.dashbuilder.json.JsonArray
- asBoolean() - Method in class org.dashbuilder.json.JsonBoolean
- asBoolean() - Method in class org.dashbuilder.json.JsonNull
- asBoolean() - Method in class org.dashbuilder.json.JsonNumber
- asBoolean() - Method in class org.dashbuilder.json.JsonObject
- asBoolean() - Method in class org.dashbuilder.json.JsonString
- asBoolean() - Method in interface org.dashbuilder.json.JsonValue
-
Convert the underlying value to boolean
- asNumber() - Method in class org.dashbuilder.json.JsonArray
- asNumber() - Method in class org.dashbuilder.json.JsonBoolean
- asNumber() - Method in class org.dashbuilder.json.JsonNull
- asNumber() - Method in class org.dashbuilder.json.JsonNumber
- asNumber() - Method in class org.dashbuilder.json.JsonObject
- asNumber() - Method in class org.dashbuilder.json.JsonString
- asNumber() - Method in interface org.dashbuilder.json.JsonValue
-
Convert the underlying value to a number
- asString() - Method in class org.dashbuilder.json.JsonArray
- asString() - Method in class org.dashbuilder.json.JsonBoolean
- asString() - Method in class org.dashbuilder.json.JsonNull
- asString() - Method in class org.dashbuilder.json.JsonNumber
- asString() - Method in class org.dashbuilder.json.JsonObject
- asString() - Method in class org.dashbuilder.json.JsonString
- asString() - Method in interface org.dashbuilder.json.JsonValue
-
Convert the underlying value to a String
B
C
- create(boolean) - Static method in class org.dashbuilder.json.Json
- create(boolean) - Method in class org.dashbuilder.json.JsonFactory
- create(double) - Static method in class org.dashbuilder.json.Json
- create(double) - Method in class org.dashbuilder.json.JsonFactory
- create(String) - Static method in class org.dashbuilder.json.Json
- create(String) - Method in class org.dashbuilder.json.JsonFactory
- createArray() - Static method in class org.dashbuilder.json.Json
- createArray() - Method in class org.dashbuilder.json.JsonFactory
- createNull() - Static method in class org.dashbuilder.json.Json
- createNull() - Method in class org.dashbuilder.json.JsonFactory
- createObject() - Static method in class org.dashbuilder.json.Json
- createObject() - Method in class org.dashbuilder.json.JsonFactory
E
- escapeControlChars(String) - Static method in class org.dashbuilder.json.JsonUtil
-
Convert special control characters into unicode escape format.
G
- get(int) - Method in class org.dashbuilder.json.JsonArray
- get(String) - Method in class org.dashbuilder.json.JsonObject
- getArray(int) - Method in class org.dashbuilder.json.JsonArray
- getArray(String) - Method in class org.dashbuilder.json.JsonObject
- getArray(Collection<String>) - Method in class org.dashbuilder.json.JsonObject
- getBoolean() - Method in class org.dashbuilder.json.JsonBoolean
- getBoolean(int) - Method in class org.dashbuilder.json.JsonArray
- getBoolean(String) - Method in class org.dashbuilder.json.JsonObject
- getFirst(Collection<String>) - Method in class org.dashbuilder.json.JsonObject
- getNumber() - Method in class org.dashbuilder.json.JsonNumber
- getNumber(int) - Method in class org.dashbuilder.json.JsonArray
- getNumber(String) - Method in class org.dashbuilder.json.JsonObject
- getNumber(String, Number) - Method in class org.dashbuilder.json.JsonObject
- getObject(int) - Method in class org.dashbuilder.json.JsonArray
- getObject(String) - Method in class org.dashbuilder.json.JsonObject
- getObject(Collection<String>) - Method in class org.dashbuilder.json.JsonObject
- getString() - Method in class org.dashbuilder.json.JsonString
- getString(int) - Method in class org.dashbuilder.json.JsonArray
- getString(String) - Method in class org.dashbuilder.json.JsonObject
- getString(Collection<String>) - Method in class org.dashbuilder.json.JsonObject
- getType() - Method in class org.dashbuilder.json.JsonArray
- getType() - Method in class org.dashbuilder.json.JsonBoolean
- getType() - Method in class org.dashbuilder.json.JsonNull
- getType() - Method in class org.dashbuilder.json.JsonNumber
- getType() - Method in class org.dashbuilder.json.JsonObject
- getType() - Method in class org.dashbuilder.json.JsonString
- getType() - Method in interface org.dashbuilder.json.JsonValue
-
Returns an enumeration representing the fundamental JSON type.
H
- has(String) - Method in class org.dashbuilder.json.JsonObject
- hasKey(String) - Method in class org.dashbuilder.json.JsonObject
I
- instance() - Static method in class org.dashbuilder.json.Json
- isEmpty() - Method in class org.dashbuilder.json.JsonArray
- isEmpty() - Method in class org.dashbuilder.json.JsonBoolean
- isEmpty() - Method in class org.dashbuilder.json.JsonNull
- isEmpty() - Method in class org.dashbuilder.json.JsonNumber
- isEmpty() - Method in class org.dashbuilder.json.JsonObject
- isEmpty() - Method in class org.dashbuilder.json.JsonString
- isEmpty() - Method in interface org.dashbuilder.json.JsonValue
-
Check if the json has no value stored.
J
- Json - Class in org.dashbuilder.json
-
Vends out implementation of JsonFactory.
- Json() - Constructor for class org.dashbuilder.json.Json
- JsonArray - Class in org.dashbuilder.json
-
Server-side implementation of JsonArray.
- JsonArray(JsonFactory) - Constructor for class org.dashbuilder.json.JsonArray
- JsonBoolean - Class in org.dashbuilder.json
- JsonBoolean(boolean) - Constructor for class org.dashbuilder.json.JsonBoolean
- JsonException - Exception in org.dashbuilder.json
-
A exception representing an error in parsing or serializing Json.
- JsonException(Exception) - Constructor for exception org.dashbuilder.json.JsonException
- JsonException(String) - Constructor for exception org.dashbuilder.json.JsonException
- JsonFactory - Class in org.dashbuilder.json
- JsonFactory() - Constructor for class org.dashbuilder.json.JsonFactory
- JsonNull - Class in org.dashbuilder.json
-
Server-side implementation of JsonObject.
- JsonNull() - Constructor for class org.dashbuilder.json.JsonNull
- JsonNumber - Class in org.dashbuilder.json
-
Server-side implementation of JsonNumber.
- JsonNumber(double) - Constructor for class org.dashbuilder.json.JsonNumber
- JsonObject - Class in org.dashbuilder.json
-
Server-side implementation of JsonObject.
- JsonObject(JsonFactory) - Constructor for class org.dashbuilder.json.JsonObject
- JsonString - Class in org.dashbuilder.json
-
Server-side implementation of JsonString.
- JsonString(String) - Constructor for class org.dashbuilder.json.JsonString
- JsonType - Enum in org.dashbuilder.json
-
Represents the type of the underlying JsonValue.
- JsonUtil - Class in org.dashbuilder.json
-
Direct port of json2.js at http://www.json.org/json2.js to GWT.
- JsonUtil() - Constructor for class org.dashbuilder.json.JsonUtil
- JsonValue - Interface in org.dashbuilder.json
-
Base interface for all Json values.
K
- keys() - Method in class org.dashbuilder.json.JsonObject
L
N
- NULL - org.dashbuilder.json.JsonType
- NULL_INSTANCE - Static variable in class org.dashbuilder.json.JsonNull
- NUMBER - org.dashbuilder.json.JsonType
O
- OBJECT - org.dashbuilder.json.JsonType
- org.dashbuilder.json - package org.dashbuilder.json
P
- parse(String) - Static method in class org.dashbuilder.json.Json
- parse(String) - Method in class org.dashbuilder.json.JsonFactory
- parse(String) - Static method in class org.dashbuilder.json.JsonUtil
- put(String, boolean) - Method in class org.dashbuilder.json.JsonObject
- put(String, double) - Method in class org.dashbuilder.json.JsonObject
- put(String, String) - Method in class org.dashbuilder.json.JsonObject
- put(String, JsonValue) - Method in class org.dashbuilder.json.JsonObject
Q
- quote(String) - Static method in class org.dashbuilder.json.JsonUtil
-
Safely escape an arbitrary string as a JSON string literal.
R
- remove(int) - Method in class org.dashbuilder.json.JsonArray
- remove(String) - Method in class org.dashbuilder.json.JsonObject
S
- set(int, boolean) - Method in class org.dashbuilder.json.JsonArray
- set(int, double) - Method in class org.dashbuilder.json.JsonArray
- set(int, String) - Method in class org.dashbuilder.json.JsonArray
- set(int, JsonValue) - Method in class org.dashbuilder.json.JsonArray
- set(String, JsonValue) - Method in class org.dashbuilder.json.JsonObject
- size() - Method in class org.dashbuilder.json.JsonObject
- STRING - org.dashbuilder.json.JsonType
- stringify(JsonValue) - Static method in class org.dashbuilder.json.JsonUtil
-
Converts a Json Object to Json format.
- stringify(JsonValue, int) - Static method in class org.dashbuilder.json.JsonUtil
-
Converts a JSO to Json format.
- stringify(JsonValue, String) - Static method in class org.dashbuilder.json.JsonUtil
-
Converts a Json object to Json formatted String.
T
- toJson() - Method in class org.dashbuilder.json.JsonArray
- toJson() - Method in class org.dashbuilder.json.JsonBoolean
- toJson() - Method in class org.dashbuilder.json.JsonNull
- toJson() - Method in class org.dashbuilder.json.JsonNumber
- toJson() - Method in class org.dashbuilder.json.JsonObject
- toJson() - Method in class org.dashbuilder.json.JsonString
- toJson() - Method in interface org.dashbuilder.json.JsonValue
-
Returns a serialized JSON string representing this value.
- toString() - Method in class org.dashbuilder.json.JsonObject
- traverse(JsonVisitor, JsonContext) - Method in class org.dashbuilder.json.JsonArray
- traverse(JsonVisitor, JsonContext) - Method in class org.dashbuilder.json.JsonBoolean
- traverse(JsonVisitor, JsonContext) - Method in class org.dashbuilder.json.JsonNull
- traverse(JsonVisitor, JsonContext) - Method in class org.dashbuilder.json.JsonNumber
- traverse(JsonVisitor, JsonContext) - Method in class org.dashbuilder.json.JsonObject
- traverse(JsonVisitor, JsonContext) - Method in class org.dashbuilder.json.JsonString
- traverse(JsonVisitor, JsonContext) - Method in interface org.dashbuilder.json.JsonValue
-
Visitor interface
V
- valueOf(String) - Static method in enum org.dashbuilder.json.JsonType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.dashbuilder.json.JsonType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages