Package org.meeuw.json.grep.matching
Class Not
- java.lang.Object
-
- org.meeuw.json.grep.matching.Not
-
- All Implemented Interfaces:
PathMatcher
public class Not extends Object implements PathMatcher
- Since:
- 0.6
- 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 Not(PathMatcher wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathMatcher.MatchResultmatches(ParseEvent event)Predicate<Path>needsKeyCollection()Predicate<Path>needsObjectCollection()
-
-
-
Constructor Detail
-
Not
public Not(PathMatcher wrapped)
-
-
Method Detail
-
matches
public PathMatcher.MatchResult matches(ParseEvent event)
- Specified by:
matchesin interfacePathMatcher- Parameters:
event- The event to match
-
needsKeyCollection
public Predicate<Path> needsKeyCollection()
- Specified by:
needsKeyCollectionin interfacePathMatcher
-
needsObjectCollection
public Predicate<Path> needsObjectCollection()
- Specified by:
needsObjectCollectionin interfacePathMatcher
-
-