Package org.openrewrite.kotlin.service
Class KotlinAutoFormatService
java.lang.Object
org.openrewrite.java.service.AutoFormatService
org.openrewrite.kotlin.service.KotlinAutoFormatService
public class KotlinAutoFormatService
extends org.openrewrite.java.service.AutoFormatService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P> org.openrewrite.java.JavaVisitor<P> autoFormatVisitor(@Nullable org.openrewrite.Tree stopAfter)
-
Constructor Details
-
KotlinAutoFormatService
public KotlinAutoFormatService()
-
-
Method Details
-
autoFormatVisitor
public <P> org.openrewrite.java.JavaVisitor<P> autoFormatVisitor(@Nullable org.openrewrite.Tree stopAfter) - Overrides:
autoFormatVisitorin classorg.openrewrite.java.service.AutoFormatService
-