Package org.meeuw.json.grep.matching
Interface KeyPattern
-
- All Superinterfaces:
KeysPattern
- All Known Implementing Classes:
AbstractKeyPattern,ArrayEntryMatch,ArrayIndexMatch,PreciseMatch,RegexpKeyMatch,Wildcard
public interface KeyPattern extends KeysPattern
A key pattern matches one key in a json object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(PathEntry key)-
Methods inherited from interface org.meeuw.json.grep.matching.KeysPattern
matchCounts
-
-
-
-
Method Detail
-
matches
boolean matches(PathEntry key)
-
-