Uses of Interface
oracle.dbtools.plugin.api.json.objects.JSONObject.Builder
Packages that use JSONObject.Builder
Package
Description
API for creating in memory representations of JSON object graphs
(
JSONObjects) and for
serializing object graphs to JSON representations.-
Uses of JSONObject.Builder in oracle.dbtools.plugin.api.json.objects
Methods in oracle.dbtools.plugin.api.json.objects that return JSONObject.BuilderModifier and TypeMethodDescriptionAdd a boolean JSON propertyJSONObject.Builder.add(String propertyName, CharSequence value) Add a String JSON propertyCreate a numeric JSON propertyAdd a property.Add a JSON property containing another JSON documentJSONObject.Builder.add(JSONObject existing) Add all the properties in the existingJSONObjectto this object.Add a null propertyJSONObject.modify()Create aJSONObject.Builderinstance populated with the state of thisJSONObjectinstanceJSONObjects.object()Create a newJSONObject.BuilderinstanceRemove the named property