Uses of Class
io.vavr.match.generator.ImportManager
Packages that use ImportManager
-
Uses of ImportManager in io.vavr.match.generator
Methods in io.vavr.match.generator that return ImportManagerModifier and TypeMethodDescriptionstatic ImportManagerImportManager.forClass(ClassModel classModel, String... directImports) Methods in io.vavr.match.generator with parameters of type ImportManagerModifier and TypeMethodDescriptionprivate static voidGenerator.generate(ImportManager im, ClassModel classModel, MethodModel methodModel, StringBuilder builder) private static StringGenerator.generate(ImportManager im, ClassModel classModel, List<MethodModel> methodModels) private static StringGenerator.genGenerics(ImportManager im, MethodModel methodModel, List<String> typeParameters, List<String> upperBoundArgs) private static StringGenerator.genParams(ImportManager im, List<String> upperBoundArgs, int arity) private static StringGenerator.genReturnType(ImportManager im, MethodModel methodModel, List<String> upperBoundArgs, int arity) private static StringGenerator.mapToName(ImportManager im, ClassModel classModel) private static StringGenerator.mapToName(ImportManager im, TypeParameterModel typeParameterModel) private static StringGenerator.pattern(ImportManager im, int arity)