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.
|
io.vertx.codegen.type |
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
PackageModel.getModule() |
ModuleInfo |
ModuleModel.getModule() |
ModuleInfo |
Model.getModule() |
ModuleInfo |
EnumModel.getModule() |
ModuleInfo |
DataObjectModel.getModule() |
ModuleInfo |
ClassModel.getModule() |
static ModuleInfo |
ModuleInfo.resolve(Elements elementUtils,
PackageElement pkgElt)
Resolve a module info for the specified
pkgElt argument, returns null for undertermined. |
Constructor and Description |
---|
ModuleModel(PackageElement element,
ModuleInfo info) |
PackageModel(String fqn,
ModuleInfo module) |
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
ClassTypeInfo.getModule() |
Modifier and Type | Method and Description |
---|---|
String |
TypeNameTranslator.translate(ModuleInfo module,
String qualifiedName) |
Constructor and Description |
---|
ApiTypeInfo(String fqcn,
boolean concrete,
List<TypeParamInfo.Class> params,
TypeInfo readStreamArg,
TypeInfo writeStreamArg,
TypeInfo handlerArg,
ModuleInfo module,
boolean nullable,
boolean proxyGen) |
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 proxyGen,
List<TypeParamInfo.Class> params) |
EnumTypeInfo(String fqcn,
boolean gen,
List<String> values,
ModuleInfo module,
boolean nullable,
boolean proxyGen) |
Copyright © 2017. All rights reserved.