Package org.meeuw.json.grep.matching
Class PreciseMatch
- java.lang.Object
-
- org.meeuw.json.grep.matching.AbstractKeyPattern
-
- org.meeuw.json.grep.matching.PreciseMatch
-
- All Implemented Interfaces:
KeyPattern,KeysPattern
public class PreciseMatch extends AbstractKeyPattern
a precise key pattern matches only if the key exactly equals to a certain value.
-
-
Constructor Summary
Constructors Constructor Description PreciseMatch(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(PathEntry key)StringtoString()-
Methods inherited from class org.meeuw.json.grep.matching.AbstractKeyPattern
matchCounts
-
-