Skip navigation links
KIE Soup JSON Module 7.36.1.Final
A C E G H I J K L N O P Q R S T V 

A

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

C

create(String) - Static method in class org.dashbuilder.json.Json
 
create(boolean) - Static method in class org.dashbuilder.json.Json
 
create(double) - Static method in class org.dashbuilder.json.Json
 
create(String) - Method in class org.dashbuilder.json.JsonFactory
 
create(double) - Method in class org.dashbuilder.json.JsonFactory
 
create(boolean) - 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(Collection<String>) - Method in class org.dashbuilder.json.JsonObject
 
getArray(String) - Method in class org.dashbuilder.json.JsonObject
 
getBoolean(int) - Method in class org.dashbuilder.json.JsonArray
 
getBoolean() - Method in class org.dashbuilder.json.JsonBoolean
 
getBoolean(String) - Method in class org.dashbuilder.json.JsonObject
 
getFirst(Collection<String>) - Method in class org.dashbuilder.json.JsonObject
 
getNumber(int) - Method in class org.dashbuilder.json.JsonArray
 
getNumber() - Method in class org.dashbuilder.json.JsonNumber
 
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(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
 
getString() - Method in class org.dashbuilder.json.JsonString
 
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(String) - Constructor for exception org.dashbuilder.json.JsonException
 
JsonException(Exception) - 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

length() - Method in class org.dashbuilder.json.JsonArray
 

N

NULL_INSTANCE - Static variable in class org.dashbuilder.json.JsonNull
 

O

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, JsonValue) - Method in class org.dashbuilder.json.JsonObject
 
put(String, String) - Method in class org.dashbuilder.json.JsonObject
 
put(String, double) - Method in class org.dashbuilder.json.JsonObject
 
put(String, boolean) - 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, JsonValue) - Method in class org.dashbuilder.json.JsonArray
 
set(int, String) - Method in class org.dashbuilder.json.JsonArray
 
set(int, double) - Method in class org.dashbuilder.json.JsonArray
 
set(int, boolean) - 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
 
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.
A C E G H I J K L N O P Q R S T V 
Skip navigation links
KIE Soup JSON Module 7.36.1.Final

Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.