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 |
---|---|
List<TypeParamInfo.Class> |
ClassModel.getTypeParams() |
Modifier and Type | Method and Description |
---|---|
List<TypeParamInfo.Class> |
ClassTypeInfo.getParams() |
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) |
Copyright © 2017. All rights reserved.