- 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.
- 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.