- valueOf(String) - Static method in enum io.vertx.codegen.MapperKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.codegen.MethodKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.codegen.PropertyKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.codegen.type.ClassKind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertx.codegen.MapperKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.codegen.MethodKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.codegen.PropertyKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.codegen.type.ClassKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vars() - Static method in class io.vertx.codegen.format.Case
-
Useful for formatting or parsing string, eg:CASE_CAMEL.format(CASE_SNAKE.parse("foo_bar")),it will return fooBar
- vars() - Static method in enum io.vertx.codegen.MapperKind
-
- vars() - Static method in enum io.vertx.codegen.MethodKind
-
Useful for testing the method kind, allows to do method.kind == METHOD_HANDLER instead of method.kind.name() == "HANDLER"
- vars() - Static method in enum io.vertx.codegen.PropertyKind
-
Useful for testing the type property kind, allows to do prop.kind == PROP_VALUE instead of prop.kind.name() == "VALUE"
- vars() - Static method in enum io.vertx.codegen.type.ClassKind
-
Useful for testing the type class kind, allows to do type.kind == CLASS_API instead of type.kind.name() == "API"
- vars(String) - Static method in interface io.vertx.codegen.type.TypeNameTranslator
-
- VERTX - Static variable in class io.vertx.codegen.ClassModel
-
- VERTX_ASYNC_RESULT - Static variable in class io.vertx.codegen.ClassModel
-
- VERTX_HANDLER - Static variable in class io.vertx.codegen.ClassModel
-
- VERTX_READ_STREAM - Static variable in class io.vertx.codegen.ClassModel
-
- VERTX_WRITE_STREAM - Static variable in class io.vertx.codegen.ClassModel
-
- VertxException - Exception in io.vertx.core
-
- VertxException(String) - Constructor for exception io.vertx.core.VertxException
-
- VertxGen - Annotation Type in io.vertx.codegen.annotations
-
Declares a Java interface type to be processed for creating API in various languages of polyglot Vert.x.
- VoidTypeInfo - Class in io.vertx.codegen.type
-