Uses of Class
org.meeuw.json.grep.matching.AbstractKeyPattern
-
Packages that use AbstractKeyPattern Package Description org.meeuw.json.grep.matching -
-
Uses of AbstractKeyPattern in org.meeuw.json.grep.matching
Subclasses of AbstractKeyPattern in org.meeuw.json.grep.matching Modifier and Type Class Description classArrayEntryMatchclassArrayIndexMatcha precise key pattern matches only if the key exactly equals to a certain value.classPreciseMatcha precise key pattern matches only if the key exactly equals to a certain value.classRegexpKeyMatchclassWildcardA wild card matches always.
-