Package ai.timefold.solver.migration
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
FieldsModifier and TypeFieldDescriptionstatic final org.openrewrite.java.JavaParser.Builder<?,?> Fields inherited from class org.openrewrite.Recipe
contributors, examples, PANIC -
Constructor Summary
Constructors -
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
-
Field Details
-
JAVA_PARSER
public static final org.openrewrite.java.JavaParser.Builder<?,?> JAVA_PARSER
-
-
Constructor Details
-
AbstractRecipe
public AbstractRecipe()
-