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)
-
Constructor Details
-
KotlinImportService
public KotlinImportService()
-
-
Method Details
-
addImportVisitor
public <P> org.openrewrite.java.JavaVisitor<P> addImportVisitor(@Nullable @Nullable String packageName, String typeName, @Nullable @Nullable String member, @Nullable @Nullable String alias, boolean onlyIfReferenced) - Overrides:
addImportVisitorin classorg.openrewrite.java.service.ImportService
-