Package org.openrewrite.yaml.search
Class FindKey
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.yaml.search.FindKey
-
public class FindKey extends org.openrewrite.Recipe
-
-
Constructor Summary
Constructors Constructor Description FindKey()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Set<Yaml.Mapping.Entry>find(Yaml y, java.lang.String xPath)java.lang.StringgetDescription()java.lang.StringgetDisplayName()protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>getVisitor()
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescriptionin classorg.openrewrite.Recipe
-
getVisitor
protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()
- Overrides:
getVisitorin classorg.openrewrite.Recipe
-
find
public static java.util.Set<Yaml.Mapping.Entry> find(Yaml y, java.lang.String xPath)
-
-