Uses of Class
io.vavr.match.generator.ImportManager
-
Packages that use ImportManager Package Description io.vavr.match.generator -
-
Uses of ImportManager in io.vavr.match.generator
Methods in io.vavr.match.generator that return ImportManager Modifier and Type Method Description static ImportManager
ImportManager. forClass(ClassModel classModel, java.lang.String... directImports)
Methods in io.vavr.match.generator with parameters of type ImportManager Modifier and Type Method Description private static void
Generator. generate(ImportManager im, ClassModel classModel, MethodModel methodModel, java.lang.StringBuilder builder)
private static java.lang.String
Generator. generate(ImportManager im, ClassModel classModel, java.util.List<MethodModel> methodModels)
private static java.lang.String
Generator. genGenerics(ImportManager im, MethodModel methodModel, java.util.List<java.lang.String> typeParameters, java.util.List<java.lang.String> upperBoundArgs)
private static java.lang.String
Generator. genParams(ImportManager im, java.util.List<java.lang.String> upperBoundArgs, int arity)
private static java.lang.String
Generator. genReturnType(ImportManager im, MethodModel methodModel, java.util.List<java.lang.String> upperBoundArgs, int arity)
private static java.lang.String
Generator. mapToName(ImportManager im, ClassModel classModel)
private static java.lang.String
Generator. mapToName(ImportManager im, TypeParameterModel typeParameterModel)
private static java.lang.String
Generator. pattern(ImportManager im, int arity)
-