Uses of Interface
oracle.dbtools.plugin.api.json.objects.JSONArray.Builder
Packages that use JSONArray.Builder
Package
Description
API for creating in memory representations of JSON object graphs
(
JSONObjects) and for
serializing object graphs to JSON representations.-
Uses of JSONArray.Builder in oracle.dbtools.plugin.api.json.objects
Methods in oracle.dbtools.plugin.api.json.objects that return JSONArray.BuilderModifier and TypeMethodDescriptionAdd a boolean JSON valueJSONArray.Builder.add(CharSequence value) Add a String JSON valueCreate a numeric JSON valueAdd a value to an array.Add a JSON value containing another JSON documentAdd all the items in the existingJSONArrayto this array.JSONArray.Builder.addNull()Add a null valueJSONObjects.array()Create a newJSONArray.BuilderinstanceJSONArray.modify()Return aJSONArray.Builderinstance initialized with the state of thisJSONArrayinstance