Uses of Interface
oracle.dbtools.plugin.api.json.objects.JSONObject
Packages that use JSONObject
Package
Description
API for creating in memory representations of JSON object graphs
(
JSONObjects) and for
serializing object graphs to JSON representations.-
Uses of JSONObject in oracle.dbtools.plugin.api.json.objects
Methods in oracle.dbtools.plugin.api.json.objects that return JSONObjectMethods in oracle.dbtools.plugin.api.json.objects with parameters of type JSONObjectModifier and TypeMethodDescriptionJSONObject.Builder.add(JSONObject existing) Add all the properties in the existingJSONObjectto this object.