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