Package org.openrewrite.groovy.service
Class GroovyAutoFormatService
java.lang.Object
org.openrewrite.java.service.AutoFormatService
org.openrewrite.groovy.service.GroovyAutoFormatService
public class GroovyAutoFormatService
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
-
GroovyAutoFormatService
public GroovyAutoFormatService()
-
-
Method Details
-
autoFormatVisitor
public <P> org.openrewrite.java.JavaVisitor<P> autoFormatVisitor(@Nullable org.openrewrite.Tree stopAfter) - Overrides:
autoFormatVisitorin classorg.openrewrite.java.service.AutoFormatService
-