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 interfaceJsonRpcClasses in org.jdrupes.json that implement JsonObject Modifier and Type Class Description static classJsonObject.DefaultJsonObjectInstances of this class are used as default representations for JSON objects.static classJsonObject.JsonObjectWrapperstatic classJsonRpc.DefaultJsonRpcMethods in org.jdrupes.json that return JsonObject Modifier and Type Method Description static JsonObjectJsonObject. create()Creates a new instabnce of theJsonObject.DefaultJsonObject.static JsonObjectJsonObject. from(Map<String,Object> backing)Creates a wrapper around an existingMap<String,Object>.static JsonObjectJsonObject. from(JsonObject backing)Overloaded to ensure that an existingJsonObject.DefaultJsonObjectis not wrapped again.JsonObjectJsonBeanDecoder. readObject()Read a JSON object description into a newJsonObject.JsonObjectJsonObject.DefaultJsonObject. setField(String field, Object value)JsonObjectJsonObject.JsonObjectWrapper. setField(String field, Object value)JsonObjectJsonObject. setField(String field, Object value)Methods in org.jdrupes.json with parameters of type JsonObject Modifier and Type Method Description static JsonObjectJsonObject. from(JsonObject backing)Overloaded to ensure that an existingJsonObject.DefaultJsonObjectis not wrapped again.
-