Uses of Enum Class
oracle.dbtools.plugin.api.json.JSONToken.Type
Packages that use JSONToken.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionJSONToken.type()This token's typestatic JSONToken.TypeReturns the enum constant of this class with the specified name.static JSONToken.Type[]JSONToken.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.