Package | Description |
---|---|
io.vertx.codegen | |
io.vertx.codegen.doc |
Modifier and Type | Field and Description |
---|---|
protected Text |
ClassModel.deprecatedDesc |
Modifier and Type | Method and Description |
---|---|
Text |
MethodInfo.getDeprecatedDesc() |
Text |
EnumValueInfo.getDeprecatedDesc() |
Text |
DataObjectModel.getDeprecatedDesc() |
Text |
EnumModel.getDeprecatedDesc() |
Text |
PropertyInfo.getDeprecatedDesc() |
Text |
ClassModel.getDeprecatedDesc() |
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,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
boolean isDefault,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt,
boolean methodDeprecated,
Text methodDeprecatedDesc) |
MethodInfo |
MethodInfo.setDeprecatedDesc(Text deprecatedDesc) |
MethodInfo |
MethodInfo.setReturnDescription(Text returnDescription) |
Constructor and Description |
---|
EnumValueInfo(String identifier,
Doc doc,
boolean deprecated,
Text deprecatedDesc) |
MethodInfo(Set<ClassTypeInfo> ownerTypes,
String name,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
boolean defaultMethod,
List<TypeParamInfo.Method> typeParams,
boolean deprecated,
Text deprecatedDesc) |
ParamInfo(int index,
String name,
Text description,
TypeInfo type) |
ParamInfo(int index,
String name,
Text description,
TypeInfo type,
TypeInfo unresolvedType) |
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
List<AnnotationValueInfo> annotations,
PropertyKind kind,
boolean jsonifiable,
boolean deprecated,
Text deprecatedDesc) |
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 © 2021 Eclipse. All rights reserved.