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