Uses of Class
io.vavr.match.generator.ImportManager.Import
-
Packages that use ImportManager.Import Package Description io.vavr.match.generator -
-
Uses of ImportManager.Import in io.vavr.match.generator
Fields in io.vavr.match.generator with type parameters of type ImportManager.Import Modifier and Type Field Description private java.util.Map<ImportManager.FQN,ImportManager.Import>
ImportManager. imports
Methods in io.vavr.match.generator that return ImportManager.Import Modifier and Type Method Description private static ImportManager.Import
ImportManager. createImport(ImportManager.FQN fqn, java.util.List<java.lang.String> directImports)
Method parameters in io.vavr.match.generator with type arguments of type ImportManager.Import Modifier and Type Method Description private static java.lang.String
ImportManager. getType(ImportManager.FQN fqn, java.util.Map<ImportManager.FQN,ImportManager.Import> imports, java.lang.String packageNameOfClass, java.util.List<java.lang.String> directImports)
private static java.lang.String
ImportManager. optimizeImports(java.util.Collection<ImportManager.Import> imports)
-