public List getRecipeList()

in camel-upgrade-recipes/src/main/java/org/apache/camel/upgrade/customRecipes/PropertiesAndYamlKeyUpdate.java [39:44]


    public List<Recipe> getRecipeList() {
        return List.of(new ChangePropertyKey(oldPropertyKey, newPropertyKey,
                null, null),
                new org.openrewrite.yaml.ChangePropertyKey(
                        oldPropertyKey, newPropertyKey, null, null, null));
    }