Package org.openrewrite.yaml
Class JsonPathMatcher
java.lang.Object
org.openrewrite.yaml.JsonPathMatcher
Provides methods for matching the given cursor location to a specified JsonPath expression.
This is not a full implementation of the JsonPath syntax as linked in the "see also."
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonPathMatcher
-
-
Method Details
-
find
-
matches
public boolean matches(org.openrewrite.Cursor cursor)
-