public final class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
cleanReserved(String value) |
static void |
generateDoc(PrintWriter writer,
io.vertx.codegen.doc.Doc doc,
String margin) |
static void |
generateLicense(PrintWriter writer) |
static String |
genGeneric(List<? extends io.vertx.codegen.TypeParamInfo> params) |
static String |
genType(io.vertx.codegen.type.TypeInfo type) |
static String |
genType(io.vertx.codegen.type.TypeInfo type,
boolean parameter) |
static String |
getNPMScope(io.vertx.codegen.ModuleInfo module) |
static String |
getOverrideArgs(String type,
String method) |
static String |
getOverrideReturn(String type,
String method) |
static String |
includeFileIfPresent(String file) |
static boolean |
isBlacklistedClass(String name) |
static boolean |
isImported(io.vertx.codegen.type.TypeInfo ref,
Map<String,Object> session) |
static boolean |
isOptionalModule(String name) |
public static boolean isOptionalModule(String name)
public static boolean isBlacklistedClass(String name)
public static String genType(io.vertx.codegen.type.TypeInfo type)
public static String genType(io.vertx.codegen.type.TypeInfo type, boolean parameter)
public static boolean isImported(io.vertx.codegen.type.TypeInfo ref,
Map<String,Object> session)
public static String getNPMScope(io.vertx.codegen.ModuleInfo module)
public static void generateLicense(PrintWriter writer)
public static void generateDoc(PrintWriter writer, io.vertx.codegen.doc.Doc doc, String margin)
Copyright © 2020. All rights reserved.