Package org.meeuw.json.grep.matching
Class AbstractKeyPattern
- java.lang.Object
-
- org.meeuw.json.grep.matching.AbstractKeyPattern
-
- All Implemented Interfaces:
KeyPattern,KeysPattern
- Direct Known Subclasses:
ArrayEntryMatch,PreciseMatch,RegexpKeyMatch,Wildcard
public abstract class AbstractKeyPattern extends Object implements KeyPattern
- Since:
- 0.7
- Author:
- Michiel Meeuwissen
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmatchCounts(List<PathEntry> entries)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.meeuw.json.grep.matching.KeyPattern
matches
-
-
-
-
Method Detail
-
matchCounts
public int matchCounts(List<PathEntry> entries)
- Specified by:
matchCountsin interfaceKeysPattern
-
-