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 | Method and Description |
---|---|
Text |
ParamInfo.getDescription() |
Text |
MethodInfo.getReturnDescription() |
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 |
---|
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) |
ParamInfo(int index,
String name,
Text description,
TypeInfo type) |
ParamInfo(int index,
String name,
Text description,
TypeInfo type,
TypeInfo unresolvedType) |
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 |
---|---|
Text |
Doc.getBody() |
Text |
Doc.getFirstSentence() |
Text |
Text.map(Function<Token,Token> mapping)
Returns a new text object with tokens mapped by the
mapper function. |
Constructor and Description |
---|
Doc(Text firstSentence) |
Doc(Text firstSentence,
Text body) |
Doc(Text firstSentence,
Text body,
List<Tag> blockTags) |
Copyright © 2017. All rights reserved.