Uses of Interface
org.meeuw.json.grep.matching.KeysPattern
-
Packages that use KeysPattern Package Description org.meeuw.json.grep.matching org.meeuw.json.grep.parsing -
-
Uses of KeysPattern in org.meeuw.json.grep.matching
Subinterfaces of KeysPattern in org.meeuw.json.grep.matching Modifier and Type Interface Description interfaceKeyPatternA key pattern matches one key in a json object.Classes in org.meeuw.json.grep.matching that implement KeysPattern Modifier and Type Class Description classAbstractKeyPatternclassAnyDepthMatcherclassArrayEntryMatchclassArrayIndexMatcha 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.Methods in org.meeuw.json.grep.matching that return KeysPattern Modifier and Type Method Description KeysPattern[]SinglePathMatcher. getPatterns()Constructors in org.meeuw.json.grep.matching with parameters of type KeysPattern Constructor Description SinglePathMatcher(boolean ignoreArrays, KeysPattern... pathPattern)SinglePathMatcher(KeysPattern... pathPattern) -
Uses of KeysPattern in org.meeuw.json.grep.parsing
Method parameters in org.meeuw.json.grep.parsing with type arguments of type KeysPattern Modifier and Type Method Description protected static voidParser. parseKeyPattern(List<KeysPattern> list, String arg)
-