public class CodeGenHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
genConvParam(io.vertx.codegen.type.TypeInfo type,
io.vertx.codegen.MethodInfo method,
String expr) |
static String |
genConvReturn(io.vertx.codegen.type.TypeInfo type,
io.vertx.codegen.MethodInfo method,
String expr) |
static String |
genTypeName(io.vertx.codegen.type.TypeInfo type) |
static io.vertx.codegen.MethodKind |
methodKind(io.vertx.codegen.MethodInfo methodInfo) |
static String |
renderLinkToHtml(io.vertx.codegen.doc.Tag.Link link) |
public static io.vertx.codegen.MethodKind methodKind(io.vertx.codegen.MethodInfo methodInfo)
public static String genTypeName(io.vertx.codegen.type.TypeInfo type)
public static String genConvParam(io.vertx.codegen.type.TypeInfo type, io.vertx.codegen.MethodInfo method, String expr)
public static String genConvReturn(io.vertx.codegen.type.TypeInfo type, io.vertx.codegen.MethodInfo method, String expr)
public static String renderLinkToHtml(io.vertx.codegen.doc.Tag.Link link)
Copyright © 2019–2020 SmallRye. All rights reserved.