Uses of Enum Class
jakarta.json.stream.JsonParser.Event
-
Uses of JsonParser.Event in jakarta.json.stream
Modifier and TypeMethodDescriptiondefault JsonParser.Event
JsonParser.currentEvent()
Returns the event for the current parsing state.JsonParser.next()
Returns the event for the next parsing state.static JsonParser.Event
Returns the enum constant of this class with the specified name.static JsonParser.Event[]
JsonParser.Event.values()
Returns an array containing the constants of this enum class, in the order they are declared.