Package | Description |
---|---|
io.vertx.codegen.overloadcheck | |
io.vertx.codegen.type |
Modifier and Type | Field and Description |
---|---|
ClassKind |
SimpleParam.classKind |
Constructor and Description |
---|
SimpleParam(String name,
ClassKind classKind,
boolean nullable,
String typeName) |
SimpleParam(String name,
ClassKind classKind,
String typeName) |
Modifier and Type | Method and Description |
---|---|
ClassKind |
ArrayTypeInfo.getKind() |
ClassKind |
ClassTypeInfo.getKind() |
ClassKind |
ParameterizedTypeInfo.getKind() |
ClassKind |
PrimitiveTypeInfo.getKind() |
abstract ClassKind |
TypeInfo.getKind() |
ClassKind |
TypeVariableInfo.getKind() |
ClassKind |
VoidTypeInfo.getKind() |
static ClassKind |
ClassKind.getKind(String fqcn,
boolean isDataObjectAnnotated,
boolean isVertxGenAnnotated) |
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 |
---|
ClassTypeInfo(ClassKind kind,
String name,
ModuleInfo module,
boolean nullable,
List<TypeParamInfo.Class> params) |
DataObjectTypeInfo(ClassKind kind,
String name,
ModuleInfo module,
boolean _abstract,
boolean nullable,
boolean _interface,
List<TypeParamInfo.Class> params) |
Copyright © 2020 Eclipse. All rights reserved.