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 JsonObjectJsoner. deserialize(java.lang.String deserializable, JsonObject defaultValue)A convenience method that assumes a JsonObject must be deserialized.JsonObjectJsonObject. putAllChain(java.util.Map<java.lang.String,java.lang.Object> map)Calls putAll for the given map, but returns the JsonObject for chaining calls.JsonObjectJsonObject. 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.JsonObjectJsonObject. 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 JsonObjectJsoner. deserialize(java.lang.String deserializable, JsonObject defaultValue)A convenience method that assumes a JsonObject must be deserialized.
-