Package org.openrewrite.internal
Class RecipeIntrospectionUtils
java.lang.Object
org.openrewrite.internal.RecipeIntrospectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecipeconstructRecipe(Class<?> recipeClass) static DataTableDescriptordataTableDescriptorFromDataTable(DataTable<?> dataTable) static Constructor<?>getPrimaryConstructor(Class<?> recipeClass) static @Nullable Constructor<?>getZeroArgsConstructor(Class<?> recipeClass) static List<SourceFile>recipeVisit(Recipe recipe, List<SourceFile> before, ExecutionContext ctx) static TreeVisitor<?,ExecutionContext> recipeVisitor(Recipe recipe)
-
Constructor Details
-
RecipeIntrospectionUtils
public RecipeIntrospectionUtils()
-
-
Method Details
-
recipeVisitor
-
recipeVisit
public static List<SourceFile> recipeVisit(Recipe recipe, List<SourceFile> before, ExecutionContext ctx) -
dataTableDescriptorFromDataTable
-
getPrimaryConstructor
-
getZeroArgsConstructor
-
constructRecipe
-