Uses of Interface
org.jdrupes.json.JsonObject
-
-
Uses of JsonObject in org.jdrupes.json
Subinterfaces of JsonObject in org.jdrupes.json Modifier and Type Interface Description interface
JsonRpc
Classes in org.jdrupes.json that implement JsonObject Modifier and Type Class Description static class
JsonObject.DefaultJsonObject
Instances of this class are used as default representations for JSON objects.static class
JsonObject.JsonObjectWrapper
static class
JsonRpc.DefaultJsonRpc
Methods in org.jdrupes.json that return JsonObject Modifier and Type Method Description static JsonObject
JsonObject. create()
Creates a new instabnce of theJsonObject.DefaultJsonObject
.static JsonObject
JsonObject. from(Map<String,Object> backing)
Creates a wrapper around an existingMap<String,Object>
.static JsonObject
JsonObject. from(JsonObject backing)
Overloaded to ensure that an existingJsonObject.DefaultJsonObject
is not wrapped again.JsonObject
JsonBeanDecoder. readObject()
Read a JSON object description into a newJsonObject
.JsonObject
JsonObject.DefaultJsonObject. setField(String field, Object value)
JsonObject
JsonObject.JsonObjectWrapper. setField(String field, Object value)
JsonObject
JsonObject. setField(String field, Object value)
Methods in org.jdrupes.json with parameters of type JsonObject Modifier and Type Method Description static JsonObject
JsonObject. from(JsonObject backing)
Overloaded to ensure that an existingJsonObject.DefaultJsonObject
is not wrapped again.
-