Uses of Class
com.github.cliftonlabs.json_simple.JsonObject
-
-
Uses of JsonObject in com.github.cliftonlabs.json_simple
Methods in com.github.cliftonlabs.json_simple that return JsonObject Modifier and Type Method Description static JsonObject
Jsoner. deserialize(java.lang.String deserializable, JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.JsonObject
JsonObject. putAllChain(java.util.Map<java.lang.String,java.lang.Object> map)
Calls putAll for the given map, but returns the JsonObject for chaining calls.JsonObject
JsonObject. putChain(JsonKey key, java.lang.Object value)
Convenience method that calls put for the given key and value, but returns the JsonObject for chaining calls.JsonObject
JsonObject. putChain(java.lang.String key, java.lang.Object value)
Calls put for the given key and value, but returns the JsonObject for chaining calls.Methods in com.github.cliftonlabs.json_simple with parameters of type JsonObject Modifier and Type Method Description static JsonObject
Jsoner. deserialize(java.lang.String deserializable, JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.
-