Package org.openrewrite.toml
Class TomlPathMatcher
java.lang.Object
org.openrewrite.toml.TomlPathMatcher
A utility for matching TOML paths similar to JsonPathMatcher.
Supports paths like:
- "package.name" for nested keys
- "[section]" for table sections
- "[[array]]" for array tables
- Wildcards: "*" matches any single key, "**" matches any path
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TomlPathMatcher
-
-
Method Details
-
matches
public boolean matches(org.openrewrite.Cursor cursor)
-