Package org.meeuw.json.grep.matching
Class Wildcard
- java.lang.Object
-
- org.meeuw.json.grep.matching.AbstractKeyPattern
-
- org.meeuw.json.grep.matching.Wildcard
-
- All Implemented Interfaces:
KeyPattern,KeysPattern
public class Wildcard extends AbstractKeyPattern
A wild card matches always.
-
-
Constructor Summary
Constructors Constructor Description Wildcard()
-
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
-
-