Uses of Package
oracle.dbtools.plugin.api.json.objects
-
Packages that use oracle.dbtools.plugin.api.json.objects 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. -
Classes in oracle.dbtools.plugin.api.json.objects used by oracle.dbtools.plugin.api.json.objects Class Description JSONArray An array of zero or more valuesJSONArray.Builder Build aJSONArray
instanceJSONNode Represents aJSONObject
orJSONArray
in a JSON document.JSONNode.Builder Abstract interface implemented by all builders that buildJSONNode
instancesJSONNode.Type The type of node in the object hierarchyJSONObject Represents a JSON objectJSONObject.Builder BuildJSONObject
instances