Package | Description |
---|---|
io.vertx.codegen |
Modifier and Type | Method and Description |
---|---|
MethodKind |
MethodInfo.getKind() |
static MethodKind |
MethodKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodKind[] |
MethodKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,MethodKind> |
MethodKind.vars()
Useful for testing the method kind, allows to do method.kind == METHOD_HANDLER instead of method.kind.name() == "HANDLER"
|
Copyright © 2021 Eclipse. All rights reserved.