Class Recipe

java.lang.Object
org.openrewrite.rewrite.Recipe
All Implemented Interfaces:
org.openrewrite.trait.Trait<org.openrewrite.Tree>

public class Recipe extends Object implements org.openrewrite.trait.Trait<org.openrewrite.Tree>
  • Constructor Details

    • Recipe

      public Recipe(org.openrewrite.Cursor cursor)
  • Method Details

    • getDisplayName

      public String getDisplayName()
    • withDisplayName

      public Recipe withDisplayName(String displayName)
    • getDescription

      public String getDescription()
    • withDescription

      public Recipe withDescription(String description)