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 JSONObject
JSONObject.Builder. build()
Methods in oracle.dbtools.plugin.api.json.objects with parameters of type JSONObject Modifier and Type Method Description JSONObject.Builder
JSONObject.Builder. add(JSONObject existing)
Add all the properties in the existingJSONObject
to this object.
- <section role="region">