Package | Description |
---|---|
io.vertx.codegen | |
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 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 _interface,
List<TypeParamInfo.Class> params) |
Copyright © 2020 Eclipse. All rights reserved.