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 | Field and Description |
---|---|
protected ClassTypeInfo |
ClassModel.type |
Modifier and Type | Field and Description |
---|---|
protected Set<ClassTypeInfo> |
ClassModel.collectedTypes |
protected Set<ClassTypeInfo> |
ClassModel.importedTypes |
protected Set<ClassTypeInfo> |
ClassModel.referencedDataObjectTypes |
Modifier and Type | Method and Description |
---|---|
ClassTypeInfo |
DataObjectModel.getSuperType() |
ClassTypeInfo |
DataObjectModel.getType() |
ClassTypeInfo |
ClassModel.getType() |
Modifier and Type | Method and Description |
---|---|
Set<ClassTypeInfo> |
DataObjectModel.getAbstractSuperTypes() |
Set<ClassTypeInfo> |
DataObjectModel.getImportedTypes() |
Set<ClassTypeInfo> |
ClassModel.getImportedTypes() |
Set<ClassTypeInfo> |
MethodInfo.getOwnerTypes() |
Set<ClassTypeInfo> |
ClassModel.getReferencedDataObjectTypes() |
Set<ClassTypeInfo> |
DataObjectModel.getSuperTypes() |
Modifier and Type | Method and Description |
---|---|
boolean |
MethodInfo.isOwnedBy(ClassTypeInfo owner)
Return true if the provided type is the sole owner of this method, i.e this method
is only declared by the provided type.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodInfo.collectImports(Collection<ClassTypeInfo> imports) |
protected MethodInfo |
ProxyModel.createMethodInfo(Set<ClassTypeInfo> ownerTypes,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
boolean isDefault,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
protected MethodInfo |
ClassModel.createMethodInfo(Set<ClassTypeInfo> ownerTypes,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
boolean isDefault,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
Constructor and Description |
---|
MethodInfo(Set<ClassTypeInfo> ownerTypes,
String name,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
boolean defaultMethod,
List<TypeParamInfo.Method> typeParams) |
ProxyMethodInfo(Set<ClassTypeInfo> ownerTypes,
String name,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
boolean defaultMethod,
List<TypeParamInfo.Method> typeParams,
boolean proxyIgnore,
boolean proxyClose) |
Modifier and Type | Class and Description |
---|---|
class |
ApiTypeInfo
A special subclass for
ClassKind.API kinds. |
class |
DataObjectTypeInfo |
class |
EnumTypeInfo |
Modifier and Type | Method and Description |
---|---|
ClassTypeInfo |
PrimitiveTypeInfo.getBoxed() |
ClassTypeInfo |
ClassTypeInfo.getRaw() |
ClassTypeInfo |
TypeInfo.getRaw() |
ClassTypeInfo |
ParameterizedTypeInfo.getRaw() |
Modifier and Type | Method and Description |
---|---|
void |
ClassTypeInfo.collectImports(Collection<ClassTypeInfo> imports) |
void |
TypeInfo.collectImports(Collection<ClassTypeInfo> imports)
Collect the import fqcn needed by this type.
|
void |
ParameterizedTypeInfo.collectImports(Collection<ClassTypeInfo> imports) |
Constructor and Description |
---|
ParameterizedTypeInfo(ClassTypeInfo raw,
boolean nullable,
List<TypeInfo> args) |
Copyright © 2018. All rights reserved.