Package org.openrewrite.yaml.search
Class FindKeyByXPath
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.yaml.search.FindKeyByXPath
-
@Deprecated public class FindKeyByXPath extends org.openrewrite.RecipeDeprecated.
-
-
Constructor Summary
Constructors Constructor Description FindKeyByXPath()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.util.Set<Yaml.Mapping.Entry>find(Yaml y, java.lang.String xPath)Deprecated.java.lang.StringgetDescription()Deprecated.java.lang.StringgetDisplayName()Deprecated.protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>getVisitor()Deprecated.-
Methods inherited from class org.openrewrite.Recipe
causesAnotherCycle, doNext, equals, getApplicableTest, getDescriptor, getEstimatedEffortPerOccurrence, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, getTags, hashCode, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Deprecated.- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
public java.lang.String getDescription()
Deprecated.- Overrides:
getDescriptionin classorg.openrewrite.Recipe
-
getVisitor
protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()
Deprecated.- Overrides:
getVisitorin classorg.openrewrite.Recipe
-
find
public static java.util.Set<Yaml.Mapping.Entry> find(Yaml y, java.lang.String xPath)
Deprecated.
-
-