Skip navigation links
eXo PLF:: WS :: Framework :: JSON 2.5.3-RC02
A B C D E F G I J K L N O P R S T V W 

A

addElement(JsonValue) - Method in class org.exoplatform.ws.frameworks.json.value.impl.ArrayValue
Add child value.
addElement(String, JsonValue) - Method in class org.exoplatform.ws.frameworks.json.value.impl.ObjectValue
Add child value.
addElement(JsonValue) - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
Add child value.
addElement(String, JsonValue) - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
Add child value.
ArrayValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
ArrayValue() - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.ArrayValue
 

B

BeanBuilder - Class in org.exoplatform.ws.frameworks.json.impl
BeanBuilder() - Constructor for class org.exoplatform.ws.frameworks.json.impl.BeanBuilder
Deprecated.
 
BooleanValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
BooleanValue(boolean) - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.BooleanValue
Constructs new BooleanValue.

C

characters(char[]) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
Characters set found, it can be any characters.
characters(char[]) - Method in interface org.exoplatform.ws.frameworks.json.JsonHandler
Characters set found, it can be any characters.
close() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Close output writer.
close() - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Close output writer.
createArray(Class<?>, JsonValue) - Static method in class org.exoplatform.ws.frameworks.json.impl.ObjectBuilder
Create array of Java Object from JSON source include multi-dimension array.
createCollection(Class<T>, Type, JsonValue) - Static method in class org.exoplatform.ws.frameworks.json.impl.ObjectBuilder
Create instance of collectionClass from JSON representation.
createJsonArray(Collection<?>) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
Create JSON array from specified collection.
createJsonArray(Object) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
Create JSON array from specified object.
createJsonObject(Object) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
Create JSON object from specified object.
createJsonObject(Object) - Method in interface org.exoplatform.ws.frameworks.json.JsonGenerator
Get HashMap representation for Java Bean object.
createJsonObjectFromMap(Map<String, ?>) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
Create JSON object from specified map.
createJsonObjectFromString(String) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
Create JSON object from specified string imply it is JSON object in String format.
createObject(Class<?>, JsonValue) - Method in class org.exoplatform.ws.frameworks.json.impl.BeanBuilder
Deprecated.
Create Java Bean from JSON Source.
createObject(Class<T>, Type, JsonValue) - Static method in class org.exoplatform.ws.frameworks.json.impl.ObjectBuilder
Create instance of mapClass from JSON representation.
createObject(Class<T>, JsonValue) - Static method in class org.exoplatform.ws.frameworks.json.impl.ObjectBuilder
Create Java Bean from Json Source.

D

DoubleValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
DoubleValue(double) - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
Constructs new DoubleValue.

E

endArray() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
This method will be called by JSONParser when ']' found.
endArray() - Method in interface org.exoplatform.ws.frameworks.json.JsonHandler
This method will be called by JSONParser when ']' found.
endObject() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
This method will be called by JSONParser when '}' found.
endObject() - Method in interface org.exoplatform.ws.frameworks.json.JsonHandler
This method will be called by JSONParser when '}' found.

F

flush() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Flush output writer.
flush() - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Flush output writer.

G

getBooleanValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.BooleanValue
getBooleanValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getBooleanValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getByteValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
getByteValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
getByteValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getByteValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getDoubleValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
getDoubleValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
getDoubleValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getDoubleValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getElement(String) - Method in class org.exoplatform.ws.frameworks.json.value.impl.ObjectValue
Get value by key.
getElement(String) - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
Get value by key.
getElements() - Method in class org.exoplatform.ws.frameworks.json.value.impl.ArrayValue
Get all element of this value.
getElements() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
Get all element of this value.
getFloatValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
getFloatValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
getFloatValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getFloatValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getIntValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
getIntValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
getIntValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getIntValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getJsonObject() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
getJsonObject() - Method in interface org.exoplatform.ws.frameworks.json.JsonHandler
 
getJsonString(String) - Static method in class org.exoplatform.ws.frameworks.json.impl.JsonUtils
Transform Java String to JSON string.
getKeys() - Method in class org.exoplatform.ws.frameworks.json.value.impl.ObjectValue
Get all keys for access values.
getKeys() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
Get all keys for access values.
getLongValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
getLongValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
getLongValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getLongValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getNumberValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getNumberValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getShortValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
getShortValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
getShortValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
 
getShortValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getStringValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.BooleanValue
getStringValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
getStringValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
getStringValue() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
getStringValue() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
getType(Object) - Static method in class org.exoplatform.ws.frameworks.json.impl.JsonUtils
Get corresponding JsonUtils.Types for specified Object.
getType(Class<?>) - Static method in class org.exoplatform.ws.frameworks.json.impl.JsonUtils
Get corresponding JsonUtils.Types for specified class.

I

isArray() - Method in class org.exoplatform.ws.frameworks.json.value.impl.ArrayValue
isArray() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
isBoolean() - Method in class org.exoplatform.ws.frameworks.json.value.impl.BooleanValue
isBoolean() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
isDouble() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
isDouble() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
isKnownType(Object) - Static method in class org.exoplatform.ws.frameworks.json.impl.JsonUtils
Check is given object has on of types: null Primitive type Primitive type wrapper String Array of T where T satisfies 2 or 3 or 4
isKnownType(Class<?>) - Static method in class org.exoplatform.ws.frameworks.json.impl.JsonUtils
Check is given class object represents: Primitive type Primitive type wrapper String Array of T where T satisfies 1 or 2 or 3
isLong() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
isLong() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
isNull() - Method in class org.exoplatform.ws.frameworks.json.value.impl.NullValue
isNull() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
isNumeric() - Method in class org.exoplatform.ws.frameworks.json.value.impl.NumericValue
isNumeric() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
isObject() - Method in class org.exoplatform.ws.frameworks.json.value.impl.ObjectValue
isObject() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
isString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
isString() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 

J

JsonDefaultHandler - Class in org.exoplatform.ws.frameworks.json.impl
 
JsonDefaultHandler() - Constructor for class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
Constructs new JsonHandler.
JsonException - Exception in org.exoplatform.ws.frameworks.json.impl
Should be thrown if any error occurs during JSON / Java Object transformation.
JsonException(String, Throwable) - Constructor for exception org.exoplatform.ws.frameworks.json.impl.JsonException
 
JsonException(Throwable) - Constructor for exception org.exoplatform.ws.frameworks.json.impl.JsonException
 
JsonException(String) - Constructor for exception org.exoplatform.ws.frameworks.json.impl.JsonException
 
JsonGenerator - Interface in org.exoplatform.ws.frameworks.json
 
JsonGeneratorImpl - Class in org.exoplatform.ws.frameworks.json.impl
 
JsonGeneratorImpl() - Constructor for class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
 
JsonHandler - Interface in org.exoplatform.ws.frameworks.json
 
JsonParser - Interface in org.exoplatform.ws.frameworks.json
 
JsonParserImpl - Class in org.exoplatform.ws.frameworks.json.impl
 
JsonParserImpl() - Constructor for class org.exoplatform.ws.frameworks.json.impl.JsonParserImpl
 
JsonUtils - Class in org.exoplatform.ws.frameworks.json.impl
 
JsonUtils.JsonToken - Enum in org.exoplatform.ws.frameworks.json.impl
Types of Json tokens.
JsonUtils.Types - Enum in org.exoplatform.ws.frameworks.json.impl
 
JsonValue - Class in org.exoplatform.ws.frameworks.json.value
 
JsonValue() - Constructor for class org.exoplatform.ws.frameworks.json.value.JsonValue
 
JsonWriter - Interface in org.exoplatform.ws.frameworks.json
 
JsonWriterImpl - Class in org.exoplatform.ws.frameworks.json.impl
 
JsonWriterImpl(Writer) - Constructor for class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Constructs JsonWriter.
JsonWriterImpl(OutputStream) - Constructor for class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Constructs JsonWriter.

K

key(String) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
The key name found in the input JSON stream.
key(String) - Method in interface org.exoplatform.ws.frameworks.json.JsonHandler
The key name found in the input JSON stream.

L

LongValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
LongValue(long) - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.LongValue
Constructs new LongValue.

N

NullValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
NullValue() - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.NullValue
 
NumericValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
NumericValue() - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.NumericValue
 

O

ObjectBuilder - Class in org.exoplatform.ws.frameworks.json.impl
 
ObjectBuilder() - Constructor for class org.exoplatform.ws.frameworks.json.impl.ObjectBuilder
 
ObjectValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
ObjectValue() - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.ObjectValue
 
org.exoplatform.ws.frameworks.json - package org.exoplatform.ws.frameworks.json
 
org.exoplatform.ws.frameworks.json.impl - package org.exoplatform.ws.frameworks.json.impl
 
org.exoplatform.ws.frameworks.json.value - package org.exoplatform.ws.frameworks.json.value
 
org.exoplatform.ws.frameworks.json.value.impl - package org.exoplatform.ws.frameworks.json.value.impl
 

P

parse(Reader, JsonHandler) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonParserImpl
Parse given character stream and build object.
parse(InputStream, JsonHandler) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonParserImpl
Parse given character stream and build object.
parse(Reader, JsonHandler) - Method in interface org.exoplatform.ws.frameworks.json.JsonParser
Parse given character stream and build object.
parse(InputStream, JsonHandler) - Method in interface org.exoplatform.ws.frameworks.json.JsonParser
Parse given character stream and build object.

R

reset() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
Reset JSON events handler and prepare it for next usage.

S

size() - Method in class org.exoplatform.ws.frameworks.json.value.impl.ArrayValue
size() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
 
startArray() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
This method will be called by JSONParser when '[' found.
startArray() - Method in interface org.exoplatform.ws.frameworks.json.JsonHandler
This method will be called by JSONParser when '[' found.
startObject() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
This method will be called by JSONParser when '{' found.
startObject() - Method in interface org.exoplatform.ws.frameworks.json.JsonHandler
This method will be called by JSONParser when '{' found.
StringValue - Class in org.exoplatform.ws.frameworks.json.value.impl
 
StringValue(String) - Constructor for class org.exoplatform.ws.frameworks.json.value.impl.StringValue
Constructs new StringValue.

T

toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.ArrayValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.BooleanValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.NullValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.NumericValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.ObjectValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
toString() - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue

V

valueOf(String) - Static method in enum org.exoplatform.ws.frameworks.json.impl.JsonUtils.JsonToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.ws.frameworks.json.impl.JsonUtils.Types
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.ws.frameworks.json.impl.JsonUtils.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.ws.frameworks.json.impl.JsonUtils.Types
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeEndArray() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the end of JSON array ']'.
writeEndArray() - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the end of JSON array ']'.
writeEndObject() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the end of JSON object '}'.
writeEndObject() - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the end of JSON object '}'.
writeKey(String) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the key.
writeKey(String) - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the key.
writeNull() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the null data to stream.
writeNull() - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the null data to stream.
writeStartArray() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the start of JSON array '['.
writeStartArray() - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the start of JSON array '['.
writeStartObject() - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the start of JSON object '{'.
writeStartObject() - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the start of JSON object '{'.
writeString(String) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the String to stream.
writeString(String) - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the String to stream.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.ArrayValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.BooleanValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.DoubleValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.LongValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.NullValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.NumericValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.ObjectValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.impl.StringValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.exoplatform.ws.frameworks.json.value.JsonValue
Write value in given writer.
writeValue(long) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the value of long type to stream.
writeValue(double) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the value of double type to stream.
writeValue(boolean) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonWriterImpl
Write the value of boolean type to stream.
writeValue(long) - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the value of long type to stream.
writeValue(double) - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the value of double type to stream.
writeValue(boolean) - Method in interface org.exoplatform.ws.frameworks.json.JsonWriter
Write the value of boolean type to stream.
A B C D E F G I J K L N O P R S T V W 
Skip navigation links
eXo PLF:: WS :: Framework :: JSON 2.5.3-RC02

Copyright © 2017 eXo Platform SAS. All Rights Reserved.