| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonArray.addAllChain(Collection<?> collection)
Calls add for the given collection of elements, but returns the JsonArray for chaining calls.
|
JsonArray |
JsonArray.addAllChain(int index,
Collection<?> collection)
Calls add for the given index and collection, but returns the JsonArray for chaining calls.
|
JsonArray |
JsonArray.addChain(int index,
Object element)
Calls add for the given element, but returns the JsonArray for chaining calls.
|
JsonArray |
JsonArray.addChain(Object element)
Calls add for the given element, but returns the JsonArray for chaining calls.
|
static JsonArray |
Jsoner.deserialize(String deserializable,
JsonArray defaultValue)
A convenience method that assumes a JsonArray must be deserialized.
|
static JsonArray |
Jsoner.deserializeMany(Reader deserializable)
A convenience method that assumes multiple RFC 7159 JSON values (except numbers) have been concatenated together
for deserilization which will be collectively returned in a JsonArray wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonArray |
Jsoner.deserialize(String deserializable,
JsonArray defaultValue)
A convenience method that assumes a JsonArray must be deserialized.
|
Copyright © 2019. All rights reserved.