Package org.openrewrite.java
Class ChangeType
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.java.ChangeType
- All Implemented Interfaces:
Cloneable
public class ChangeType
extends org.openrewrite.Recipe
-
Field Summary
Fields inherited from class org.openrewrite.Recipe
NOOP, PANIC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected JavaVisitor<org.openrewrite.ExecutionContext>
JavaVisitor<org.openrewrite.ExecutionContext>
Methods inherited from class org.openrewrite.Recipe
addApplicableTest, addSingleSourceApplicableTest, clone, doNext, equals, getApplicableTest, getApplicableTests, getDescriptor, getEstimatedEffortPerOccurrence, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTests, getTags, hashCode, noop, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
Constructor Details
-
ChangeType
public ChangeType()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in classorg.openrewrite.Recipe
-
getDescription
- Overrides:
getDescription
in classorg.openrewrite.Recipe
-
causesAnotherCycle
public boolean causesAnotherCycle()- Overrides:
causesAnotherCycle
in classorg.openrewrite.Recipe
-
getSingleSourceApplicableTest
- Overrides:
getSingleSourceApplicableTest
in classorg.openrewrite.Recipe
-
getVisitor
- Overrides:
getVisitor
in classorg.openrewrite.Recipe
-