Package | Description |
---|---|
io.vertx.codegen |
= Vert.x Codegen
Vert.x Codegen is an annotation processing tool for processing Vert.x API and create API in different JVM lauguages.
|
Modifier and Type | Method and Description |
---|---|
PropertyKind |
PropertyInfo.getKind() |
static PropertyKind |
PropertyKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyKind[] |
PropertyKind.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,PropertyKind> |
PropertyKind.vars()
Useful for testing the type property kind, allows to do prop.kind == PROP_VALUE instead of prop.kind.name() == "VALUE"
|
Constructor and Description |
---|
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
PropertyKind kind,
boolean jsonifiable) |
Copyright © 2016. All rights reserved.