Uses of Interface
org.meeuw.json.grep.matching.KeyPattern
-
Packages that use KeyPattern Package Description org.meeuw.json.grep.matching -
-
Uses of KeyPattern in org.meeuw.json.grep.matching
Classes in org.meeuw.json.grep.matching that implement KeyPattern Modifier and Type Class Description classAbstractKeyPatternclassArrayEntryMatchclassArrayIndexMatcha 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.
-