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

Bean2JsonOutputTransformer - Class in org.exoplatform.ws.frameworks.json.transformer
Created by The eXo Platform SARL.
Bean2JsonOutputTransformer() - Constructor for class org.exoplatform.ws.frameworks.json.transformer.Bean2JsonOutputTransformer
 
BeanBuilder - Class in org.exoplatform.ws.frameworks.json.impl
 
BeanBuilder() - Constructor for class org.exoplatform.ws.frameworks.json.impl.BeanBuilder
 
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.
createJsonObject(Object) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
Get HashMap representation for Java Bean object.
createJsonObject(Object) - Method in interface org.exoplatform.ws.frameworks.json.JsonGenerator
Get HashMap representation for Java Bean object.
createJsonValue(Object) - Method in class org.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
Create JsonValue corresponding to Java object.
createObject(Class<?>, JsonValue) - Method in class org.exoplatform.ws.frameworks.json.impl.BeanBuilder
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.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.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.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.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.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.JsonValue
 
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.JsonValue
 
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 'type' of Object.
getType(Class<?>) - Static method in class org.exoplatform.ws.frameworks.json.impl.JsonUtils
Get 'type' of 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 is known.
isKnownType(Class<?>) - Static method in class org.exoplatform.ws.frameworks.json.impl.JsonUtils
Check is given Class is known.
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

Json2BeanInputTransformer - Class in org.exoplatform.ws.frameworks.json.transformer
Created by The eXo Platform SARL.
Json2BeanInputTransformer() - Constructor for class org.exoplatform.ws.frameworks.json.transformer.Json2BeanInputTransformer
 
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
Default constructor.
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
Known types.
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

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.transformer - package org.exoplatform.ws.frameworks.json.transformer
 
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

readFrom(InputStream) - Method in class org.exoplatform.ws.frameworks.json.transformer.Json2BeanInputTransformer

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're 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're 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(Object, OutputStream) - Method in class org.exoplatform.ws.frameworks.json.transformer.Bean2JsonOutputTransformer
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

Copyright © 2010 eXo Platform SAS. All Rights Reserved.