Class AbstractRecipe

java.lang.Object
org.openrewrite.Recipe
ai.timefold.solver.migration.AbstractRecipe
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AsConstraintRecipe, ConstraintRefRecipe, NullableRecipe, RemoveConstraintPackageRecipe, ScoreGettersRecipe, ScoreManagerMethodsRecipe, SingleConstraintAssertionMethodsRecipe, SolutionManagerRecommendAssignmentRecipe, SolverManagerBuilderRecipe, TimefoldChangeDependencies

public abstract class AbstractRecipe extends org.openrewrite.Recipe
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openrewrite.Recipe

    org.openrewrite.Recipe.Builder, org.openrewrite.Recipe.DelegatingRecipe
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.openrewrite.java.JavaParser.Builder<?,?>
     

    Fields inherited from class org.openrewrite.Recipe

    contributors, examples, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, builder, buildRecipeList, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescription, getDescriptor, getDisplayName, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, getVisitor, hashCode, maxCycles, noop, onComplete, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JAVA_PARSER

      public static final org.openrewrite.java.JavaParser.Builder<?,?> JAVA_PARSER
  • Constructor Details

    • AbstractRecipe

      public AbstractRecipe()