Package org.meeuw.json.grep.matching
Interface PathMatcher
-
- All Known Implementing Classes:
JavascriptMatcher,KeysMatcher,NeedsObjectObjectMatcher,NeverPathMatcher,Not,ObjectHasKeyMatcher,ObjectMatcherNot,PathMatcherAndChain,PathMatcherOrChain,ReplaceScalarMatcher,ScalarEqualsMatcher,ScalarRegexpMatcher,SinglePathMatcher
public interface PathMatcherA Patch matcher defines matches on an entire json path and value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPathMatcher.MatchResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathMatcher.MatchResultmatches(ParseEvent event)Predicate<Path>needsKeyCollection()Predicate<Path>needsObjectCollection()
-
-
-
Method Detail
-
matches
PathMatcher.MatchResult matches(ParseEvent event)
- Parameters:
event- The event to match
-
-