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. |
Modifier and Type | Method and Description |
---|---|
JSONNode.Type |
JSONNode.type()
The type of
JSONNode |
static JSONNode.Type |
JSONNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONNode.Type[] |
JSONNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|