Package org.openrewrite.json.format
Class TabsAndIndentsVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Json,P>
org.openrewrite.json.JsonVisitor<P>
org.openrewrite.json.JsonIsoVisitor<P>
org.openrewrite.json.format.TabsAndIndentsVisitor<P>
-
Constructor Summary
ConstructorsConstructorDescriptionTabsAndIndentsVisitor(WrappingAndBracesStyle wrappingAndBracesStyle, TabsAndIndentsStyle tabsAndIndentsStyle, org.openrewrite.style.GeneralFormatStyle generalFormatStyle, @Nullable org.openrewrite.Tree stopAfter) -
Method Summary
Methods inherited from class org.openrewrite.json.JsonIsoVisitor
visitArray, visitDocument, visitEmpty, visitIdentifier, visitLiteral, visitMember, visitObjectMethods inherited from class org.openrewrite.json.JsonVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, visitRightPadded, visitSpaceMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
TabsAndIndentsVisitor
public TabsAndIndentsVisitor(WrappingAndBracesStyle wrappingAndBracesStyle, TabsAndIndentsStyle tabsAndIndentsStyle, org.openrewrite.style.GeneralFormatStyle generalFormatStyle, @Nullable org.openrewrite.Tree stopAfter)
-
-
Method Details