Uses of Interface
oracle.dbtools.plugin.api.json.objects.JSONNode
Packages that use JSONNode
Package
Description
API for creating in memory representations of JSON object graphs
(
JSONObjects) and for
serializing object graphs to JSON representations.-
Uses of JSONNode in oracle.dbtools.plugin.api.json.objects
Subinterfaces of JSONNode in oracle.dbtools.plugin.api.json.objectsModifier and TypeInterfaceDescriptioninterfaceAn array of zero or more valuesinterfaceRepresents a JSON objectMethods in oracle.dbtools.plugin.api.json.objects that return JSONNodeModifier and TypeMethodDescriptionJSONNode.Builder.build()Build theJSONNodeinstanceJSONObjects.read(InputStream stream) Parse a byte stream into aJSONObjectorJSONArrayinstanceParse a character stream into aJSONObjectorJSONArrayinstanceJSONObjects.read(CharSequence text) Parse a character stream into aJSONObjectorJSONArrayinstanceParse a JSONToken stream into aJSONObjectorJSONArrayinstanceMethods in oracle.dbtools.plugin.api.json.objects with parameters of type JSONNodeModifier and TypeMethodDescriptionAdd a JSON value containing another JSON documentAdd a JSON property containing another JSON documentvoidJSONObjects.write(OutputStream stream, JSONNode node) Serialize a JSON Object graph to it's textual representationvoidJSONObjects.write(Appendable stream, JSONNode node) Serialize a JSON Object graph to it's textual representationvoidJSONObjects.write(JSONWriter stream, JSONNode node) Serialize a JSON Object graph to aJSONWriterstream