Package org.meeuw.json.grep.matching
Interface KeysPattern
-
- All Known Subinterfaces:
KeyPattern
- All Known Implementing Classes:
AbstractKeyPattern,AnyDepthMatcher,ArrayEntryMatch,ArrayIndexMatch,PreciseMatch,RegexpKeyMatch,Wildcard
public interface KeysPattern- Since:
- 0.7
- Author:
- Michiel Meeuwissen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intmatchCounts(List<PathEntry> entries)
-