Package | Description |
---|---|
io.vertx.codegen | |
io.vertx.codegen.doc |
Modifier and Type | Method and Description |
---|---|
Text |
ParamInfo.getDescription() |
Text |
MethodInfo.getReturnDescription() |
Modifier and Type | Method and Description |
---|---|
protected MethodInfo |
ProxyModel.createMethodInfo(TypeInfo.Class ownerType,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
protected MethodInfo |
ClassModel.createMethodInfo(TypeInfo.Class ownerType,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
Constructor and Description |
---|
MethodInfo(Set<TypeInfo.Class> ownerTypes,
String name,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
List<TypeParamInfo.Method> typeParams) |
ParamInfo(String name,
Text description,
TypeInfo type) |
ProxyMethodInfo(Set<TypeInfo.Class> ownerTypes,
String name,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
List<TypeParamInfo.Method> typeParams,
boolean proxyIgnore,
boolean proxyClose) |
Modifier and Type | Method and Description |
---|---|
Text |
Doc.getBody() |
Text |
Doc.getFirstSentence() |
Text |
Text.map(java.util.function.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 © 2015. All Rights Reserved.