Uses of Interface
oracle.dbtools.plugin.api.json.objects.JSONObject
-
Packages that use JSONObject Package Description oracle.dbtools.plugin.api.json.objects API for creating in memory representations of JSON object graphs (JSONObjects) and for serializing object graphs to JSON representations. -
- <section role="region">
Uses of JSONObject in oracle.dbtools.plugin.api.json.objects
Methods in oracle.dbtools.plugin.api.json.objects that return JSONObject Modifier and Type Method Description JSONObjectJSONObject.Builder. build()
</section>Methods in oracle.dbtools.plugin.api.json.objects with parameters of type JSONObject Modifier and Type Method Description JSONObject.BuilderJSONObject.Builder. add(JSONObject existing)Add all the properties in the existingJSONObjectto this object.
- <section role="region">