Package org.openrewrite.yaml
Class ChangePropertyKey
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.yaml.ChangePropertyKey
-
public class ChangePropertyKey extends org.openrewrite.RecipeWhen nested YAML mappings are interpreted as dot separated property names, e.g. as Spring Boot interprets application.yml files.
-
-
Constructor Summary
Constructors Constructor Description ChangePropertyKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>getVisitor()
-