Package org.openrewrite.java.format
Class Spaces
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.java.format.Spaces
-
public class Spaces extends org.openrewrite.Recipe
-
-
Constructor Summary
Constructors Constructor Description Spaces()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getDisplayName()
protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
getVisitor()
-
Methods inherited from class org.openrewrite.Recipe
causesAnotherCycle, doNext, equals, getApplicableTest, getDescriptor, getEstimatedEffortPerOccurrence, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, getTags, hashCode, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in classorg.openrewrite.Recipe
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in classorg.openrewrite.Recipe
-
getVisitor
protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()
- Overrides:
getVisitor
in classorg.openrewrite.Recipe
-
-