Package org.openrewrite.kotlin.service
Class KotlinImportService
java.lang.Object
org.openrewrite.java.service.ImportService
org.openrewrite.kotlin.service.KotlinImportService
public class KotlinImportService
extends org.openrewrite.java.service.ImportService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P> org.openrewrite.java.JavaVisitor<P> addImportVisitor(@Nullable String packageName, String typeName, @Nullable String member, @Nullable String alias, boolean onlyIfReferenced) Methods inherited from class org.openrewrite.java.service.ImportService
shortenAllFullyQualifiedTypeReferences, shortenFullyQualifiedTypeReferencesIn
-
Constructor Details
-
KotlinImportService
public KotlinImportService()
-
-
Method Details