| Package | Description |
|---|---|
| org.exoplatform.ws.frameworks.json.impl | |
| org.exoplatform.ws.frameworks.json.value | |
| org.exoplatform.ws.frameworks.json.value.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonWriterImpl |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JsonValue.writeTo(JsonWriter writer)
Write value in given writer.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
ObjectValue.writeTo(JsonWriter writer)
Write value in given writer.
|
void |
StringValue.writeTo(JsonWriter writer)
Write value in given writer.
|
abstract void |
NumericValue.writeTo(JsonWriter writer)
Write value in given writer.
|
void |
NullValue.writeTo(JsonWriter writer)
Write value in given writer.
|
void |
ArrayValue.writeTo(JsonWriter writer)
Write value in given writer.
|
Copyright © 2019 eXo Platform SAS. All Rights Reserved.