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 ImportManagerImportManager. 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 voidGenerator. generate(ImportManager im, ClassModel classModel, MethodModel methodModel, java.lang.StringBuilder builder)private static java.lang.StringGenerator. generate(ImportManager im, ClassModel classModel, java.util.List<MethodModel> methodModels)private static java.lang.StringGenerator. genGenerics(ImportManager im, MethodModel methodModel, java.util.List<java.lang.String> typeParameters, java.util.List<java.lang.String> upperBoundArgs)private static java.lang.StringGenerator. genParams(ImportManager im, java.util.List<java.lang.String> upperBoundArgs, int arity)private static java.lang.StringGenerator. genReturnType(ImportManager im, MethodModel methodModel, java.util.List<java.lang.String> upperBoundArgs, int arity)private static java.lang.StringGenerator. mapToName(ImportManager im, ClassModel classModel)private static java.lang.StringGenerator. mapToName(ImportManager im, TypeParameterModel typeParameterModel)private static java.lang.StringGenerator. pattern(ImportManager im, int arity)
-