Package org.meeuw.json.grep.matching
Class RegexpKeyMatch
- java.lang.Object
-
- org.meeuw.json.grep.matching.AbstractKeyPattern
-
- org.meeuw.json.grep.matching.RegexpKeyMatch
-
- All Implemented Interfaces:
KeyPattern,KeysPattern
public class RegexpKeyMatch extends AbstractKeyPattern
- Since:
- 0.8
- Author:
- Michiel Meeuwissen
-
-
Constructor Summary
Constructors Constructor Description RegexpKeyMatch(Pattern pattern)
-
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
-
-