public static class JsonValueUtils.ArrayBuilder extends java.lang.Object implements JsonSerializable
| Constructor and Description |
|---|
ArrayBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JsonValueUtils.ArrayBuilder |
add(java.lang.Object o) |
JsonValue |
getJsonValue()
Deprecated.
|
java.lang.String |
toJson() |
JsonValue |
toJsonValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializepublic JsonValue jv
public JsonValueUtils.ArrayBuilder add(java.lang.Object o)
public java.lang.String toJson()
toJson in interface JsonSerializablepublic JsonValue toJsonValue()
toJsonValue in interface JsonSerializable@Deprecated public JsonValue getJsonValue()