Uses of Package
org.meeuw.json.grep.matching
-
Packages that use org.meeuw.json.grep.matching Package Description org.meeuw.json.grep org.meeuw.json.grep.matching org.meeuw.json.grep.parsing -
Classes in org.meeuw.json.grep.matching used by org.meeuw.json.grep Class Description PathMatcher A Patch matcher defines matches on an entire json path and value. -
Classes in org.meeuw.json.grep.matching used by org.meeuw.json.grep.matching Class Description AbstractKeyPattern ArrayEntryMatch KeyPattern A key pattern matches one key in a json object.KeysMatcher a keys matcher only considers the keys (and indices) of a json path for matching.KeysPattern PathMatcher A Patch matcher defines matches on an entire json path and value.PathMatcher.MatchResult -
Classes in org.meeuw.json.grep.matching used by org.meeuw.json.grep.parsing Class Description KeysPattern PathMatcher A Patch matcher defines matches on an entire json path and value.SinglePathMatcher A single path matches precisely one 'path'.