Package org.openrewrite.yaml.search
Class FindProperty
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.yaml.search.FindProperty
-
public class FindProperty extends org.openrewrite.Recipe
-
-
Constructor Summary
Constructors Constructor Description FindProperty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Set<Yaml.Block>find(Yaml y, java.lang.String propertyKey, @Nullable java.lang.Boolean relaxedBinding)java.lang.StringgetDescription()java.lang.StringgetDisplayName()YamlVisitor<org.openrewrite.ExecutionContext>getVisitor()-
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()
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescriptionin classorg.openrewrite.Recipe
-
getVisitor
public YamlVisitor<org.openrewrite.ExecutionContext> getVisitor()
- Overrides:
getVisitorin classorg.openrewrite.Recipe
-
find
public static java.util.Set<Yaml.Block> find(Yaml y, java.lang.String propertyKey, @Nullable @Nullable java.lang.Boolean relaxedBinding)
-
-