Package org.openrewrite.rewrite
Class Recipe
java.lang.Object
org.openrewrite.rewrite.Recipe
- All Implemented Interfaces:
org.openrewrite.trait.Trait<org.openrewrite.Tree>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) withDisplayName(String displayName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.trait.Trait
getCursor, getTree
-
Constructor Details
-
Recipe
public Recipe(org.openrewrite.Cursor cursor)
-
-
Method Details
-
getDisplayName
-
withDisplayName
-
getDescription
-
withDescription
-