Uses of Enum
io.vertx.core.parsetools.JsonEventType
Packages that use JsonEventType
-
Uses of JsonEventType in io.vertx.core.parsetools
Subclasses with type arguments of type JsonEventType in io.vertx.core.parsetoolsModifier and TypeClassDescriptionenumThe possibles types ofJsonEventemitted by theJsonParser.Methods in io.vertx.core.parsetools that return JsonEventTypeModifier and TypeMethodDescriptionJsonEvent.type()static JsonEventTypeReturns the enum constant of this type with the specified name.static JsonEventType[]JsonEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.