Package org.meeuw.json.grep.matching
Class ObjectMatcherNot
- java.lang.Object
-
- org.meeuw.json.grep.matching.ObjectMatcherNot
-
- All Implemented Interfaces:
PathMatcher
public class ObjectMatcherNot extends Object
- Since:
- 1.8
- Author:
- Michiel Meeuwissen
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.meeuw.json.grep.matching.PathMatcher
PathMatcher.MatchResult
-
-
Constructor Summary
Constructors Constructor Description ObjectMatcherNot(org.meeuw.json.grep.matching.ObjectMatcher wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathMatcher.MatchResultmatches(ParseEvent event)protected PathMatcher.MatchResultmatchesObject(ParseEvent event)Predicate<Path>needsKeyCollection()Predicate<Path>needsObjectCollection()StringtoString()
-
-
-
Method Detail
-
matchesObject
protected PathMatcher.MatchResult matchesObject(ParseEvent event)
-
matches
public final PathMatcher.MatchResult matches(ParseEvent event)
- Specified by:
matchesin interfacePathMatcher- Parameters:
event- The event to match
-
-