Uses of Class
io.vavr.match.generator.ImportManager.Import
Packages that use ImportManager.Import
-
Uses of ImportManager.Import in io.vavr.match.generator
Fields in io.vavr.match.generator with type parameters of type ImportManager.ImportModifier and TypeFieldDescriptionprivate Map<ImportManager.FQN, ImportManager.Import> ImportManager.importsMethods in io.vavr.match.generator that return ImportManager.ImportModifier and TypeMethodDescriptionprivate static ImportManager.ImportImportManager.createImport(ImportManager.FQN fqn, List<String> directImports) Method parameters in io.vavr.match.generator with type arguments of type ImportManager.ImportModifier and TypeMethodDescriptionprivate static StringImportManager.getType(ImportManager.FQN fqn, Map<ImportManager.FQN, ImportManager.Import> imports, String packageNameOfClass, List<String> directImports) private static StringImportManager.optimizeImports(Collection<ImportManager.Import> imports)