| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
Jsoner.deserialize(String deserializable,
JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.
|
JsonObject |
JsonObject.putAllChain(Map<String,Object> map)
Calls putAll for the given map, but returns the JsonObject for chaining calls.
|
JsonObject |
JsonObject.putChain(JsonKey key,
Object value)
Convenience method that calls put for the given key and value, but returns the JsonObject for chaining calls.
|
JsonObject |
JsonObject.putChain(String key,
Object value)
Calls put for the given key and value, but returns the JsonObject for chaining calls.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
Jsoner.deserialize(String deserializable,
JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.
|
Copyright © 2021. All rights reserved.