Uses of Class
oracle.dbtools.plugin.api.json.JSONToken.Type
-
Packages that use JSONToken.Type Package Description oracle.dbtools.plugin.api.json JavaScript Object Notation (JSON) APIs for reading and writing JSON character streams. -
-
Uses of JSONToken.Type in oracle.dbtools.plugin.api.json
Methods in oracle.dbtools.plugin.api.json that return JSONToken.Type Modifier and Type Method Description JSONToken.TypeJSONToken. type()This token's typestatic JSONToken.TypeJSONToken.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSONToken.Type[]JSONToken.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-