Uses of Class
io.vertx.core.parsetools.JsonEventType
-
Packages that use JsonEventType Package Description io.vertx.core.parsetools -
-
Uses of JsonEventType in io.vertx.core.parsetools
Methods in io.vertx.core.parsetools that return JsonEventType Modifier and Type Method Description JsonEventType
JsonEvent. type()
static JsonEventType
JsonEventType. valueOf(String name)
Returns 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.
-