Uses of Enum Class
oracle.dbtools.plugin.api.json.objects.JSONNode.Type
Packages that use JSONNode.Type
Package
Description
API for creating in memory representations of JSON object graphs
(
JSONObjects) and for
serializing object graphs to JSON representations.-
Uses of JSONNode.Type in oracle.dbtools.plugin.api.json.objects
Methods in oracle.dbtools.plugin.api.json.objects that return JSONNode.TypeModifier and TypeMethodDescriptionJSONNode.type()The type ofJSONNodestatic JSONNode.TypeReturns the enum constant of this class with the specified name.static JSONNode.Type[]JSONNode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.