Package | Description |
---|---|
io.vertx.codegen | |
io.vertx.codegen.overloadcheck |
Modifier and Type | Method and Description |
---|---|
ClassKind |
TypeInfo.getKind() |
ClassKind |
TypeInfo.Wildcard.getKind() |
ClassKind |
TypeInfo.Primitive.getKind() |
ClassKind |
TypeInfo.Variable.getKind() |
ClassKind |
TypeInfo.Parameterized.getKind() |
ClassKind |
TypeInfo.Class.getKind() |
static ClassKind |
Helper.getKind(io.vertx.codegen.AnnotationResolver annotations,
String fqcn) |
static ClassKind |
ClassKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassKind[] |
ClassKind.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,ClassKind> |
ClassKind.vars()
Useful for testing the type class kind, allows to do type.kind == CLASS_API instead of type.kind.name() == "API"
|
Constructor and Description |
---|
Class(ClassKind kind,
String name,
ModuleInfo module,
boolean proxyGen) |
Modifier and Type | Field and Description |
---|---|
ClassKind |
SimpleParam.classKind |
Constructor and Description |
---|
SimpleParam(String name,
ClassKind classKind,
String typeName) |
Copyright © 2015. All Rights Reserved.