|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonException | |
|---|---|
| org.exoplatform.ws.frameworks.json | |
| org.exoplatform.ws.frameworks.json.impl | |
| org.exoplatform.ws.frameworks.json.value | |
| org.exoplatform.ws.frameworks.json.value.impl | |
| Uses of JsonException in org.exoplatform.ws.frameworks.json |
|---|
| Methods in org.exoplatform.ws.frameworks.json that throw JsonException | |
|---|---|
void |
JsonWriter.close()
Close output writer. |
JsonValue |
JsonGenerator.createJsonObject(Object bean)
Get HashMap representation for Java Bean object. |
void |
JsonWriter.flush()
Flush output writer. |
void |
JsonParser.parse(InputStream in,
JsonHandler handler)
Parse given character stream and build object. |
void |
JsonParser.parse(Reader reader,
JsonHandler handler)
Parse given character stream and build object. |
void |
JsonWriter.writeEndArray()
Write the end of JSON array ']'. |
void |
JsonWriter.writeEndObject()
Write the end of JSON object '}'. |
void |
JsonWriter.writeKey(String key)
Write the key. |
void |
JsonWriter.writeNull()
Write the null data to stream. |
void |
JsonWriter.writeStartArray()
Write the start of JSON array '['. |
void |
JsonWriter.writeStartObject()
Write the start of JSON object '{'. |
void |
JsonWriter.writeString(String value)
Write the String to stream. |
void |
JsonWriter.writeValue(boolean value)
Write the value of boolean type to stream. |
void |
JsonWriter.writeValue(double value)
Write the value of double type to stream. |
void |
JsonWriter.writeValue(long value)
Write the value of long type to stream. |
| Uses of JsonException in org.exoplatform.ws.frameworks.json.impl |
|---|
| Methods in org.exoplatform.ws.frameworks.json.impl that throw JsonException | |
|---|---|
void |
JsonWriterImpl.close()
Close output writer. |
JsonValue |
JsonGeneratorImpl.createJsonObject(Object object)
Get HashMap representation for Java Bean object. |
protected JsonValue |
JsonGeneratorImpl.createJsonValue(Object object)
Create JsonValue corresponding to Java object. |
void |
JsonWriterImpl.flush()
Flush output writer. |
void |
JsonParserImpl.parse(InputStream sream,
JsonHandler handler)
Parse given character stream and build object. |
void |
JsonParserImpl.parse(Reader reader,
JsonHandler handler)
Parse given character stream and build object. |
void |
JsonWriterImpl.writeEndArray()
Write the end of JSON array ']'. |
void |
JsonWriterImpl.writeEndObject()
Write the end of JSON object '}'. |
void |
JsonWriterImpl.writeKey(String key)
Write the key. |
void |
JsonWriterImpl.writeNull()
Write the null data to stream. |
void |
JsonWriterImpl.writeStartArray()
Write the start of JSON array '['. |
void |
JsonWriterImpl.writeStartObject()
Write the start of JSON object '{'. |
void |
JsonWriterImpl.writeString(String value)
Write the String to stream. |
void |
JsonWriterImpl.writeValue(boolean value)
Write the value of boolean type to stream. |
void |
JsonWriterImpl.writeValue(double value)
Write the value of double type to stream. |
void |
JsonWriterImpl.writeValue(long value)
Write the value of long type to stream. |
| Uses of JsonException in org.exoplatform.ws.frameworks.json.value |
|---|
| Methods in org.exoplatform.ws.frameworks.json.value that throw JsonException | |
|---|---|
abstract void |
JsonValue.writeTo(JsonWriter writer)
Write value in given writer. |
| Uses of JsonException in org.exoplatform.ws.frameworks.json.value.impl |
|---|
| Methods in org.exoplatform.ws.frameworks.json.value.impl that throw JsonException | |
|---|---|
void |
ArrayValue.writeTo(JsonWriter writer)
Write value in given writer. |
void |
BooleanValue.writeTo(JsonWriter writer)
Write value in given writer. |
void |
DoubleValue.writeTo(JsonWriter writer)
Write value in given writer. |
void |
LongValue.writeTo(JsonWriter writer)
Write value in given writer. |
void |
NullValue.writeTo(JsonWriter writer)
Write value in given writer. |
abstract void |
NumericValue.writeTo(JsonWriter writer)
Write value in given writer. |
void |
ObjectValue.writeTo(JsonWriter writer)
Write value in given writer. |
void |
StringValue.writeTo(JsonWriter writer)
Write value in given writer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||