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.doc |
Modifier and Type | Field and Description |
---|---|
protected Doc |
ClassModel.doc |
Modifier and Type | Method and Description |
---|---|
Doc |
ClassModel.getDoc() |
Doc |
PropertyInfo.getDoc() |
Doc |
EnumModel.getDoc() |
Doc |
DataObjectModel.getDoc() |
Doc |
EnumValueInfo.getDoc() |
Doc |
MethodInfo.getDoc() |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Constructor and Description |
---|
EnumValueInfo(String identifier,
Doc doc) |
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) |
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
List<AnnotationValueInfo> annotations,
PropertyKind kind,
boolean jsonifiable) |
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 | Method and Description |
---|---|
static Doc |
Doc.create(String javadoc)
Create and returns a doc object for the specified javadoc argument.
|
Doc |
Doc.Factory.createDoc(Element elt)
When the
elt argument has a comment, this comment is parsed and returned as a Doc
object. |
Copyright © 2017. All rights reserved.