Class Hierarchy
- java.lang.Object
- org.meeuw.json.grep.matching.AbstractKeyPattern (implements org.meeuw.json.grep.matching.KeyPattern)
- org.meeuw.json.grep.matching.ArrayEntryMatch
- org.meeuw.json.grep.matching.ArrayIndexMatch
- org.meeuw.json.grep.matching.PreciseMatch
- org.meeuw.json.grep.matching.RegexpKeyMatch
- org.meeuw.json.grep.matching.Wildcard
- org.meeuw.json.grep.matching.ArrayEntryMatch
- org.meeuw.json.grep.matching.AnyDepthMatcher (implements org.meeuw.json.grep.matching.KeysPattern)
- org.meeuw.json.grep.matching.JavascriptMatcher
- org.meeuw.json.grep.matching.KeysMatcher (implements org.meeuw.json.grep.matching.PathMatcher)
- org.meeuw.json.grep.matching.SinglePathMatcher
- org.meeuw.json.grep.matching.NeedsObjectObjectMatcher
- org.meeuw.json.grep.matching.NeverPathMatcher (implements org.meeuw.json.grep.matching.PathMatcher)
- org.meeuw.json.grep.matching.Not (implements org.meeuw.json.grep.matching.PathMatcher)
- org.meeuw.json.grep.matching.ObjectHasKeyMatcher
- org.meeuw.json.grep.matching.ObjectMatcherNot
- org.meeuw.json.grep.matching.PathMatcher.MatchResult (implements java.util.function.BooleanSupplier)
- org.meeuw.json.grep.matching.PathMatcherAndChain (implements org.meeuw.json.grep.matching.PathMatcher)
- org.meeuw.json.grep.matching.PathMatcherOrChain (implements org.meeuw.json.grep.matching.PathMatcher)
- org.meeuw.json.grep.matching.ReplaceScalarMatcher
- org.meeuw.json.grep.matching.ScalarEqualsMatcher
- org.meeuw.json.grep.matching.ScalarRegexpMatcher
- org.meeuw.json.grep.matching.AbstractKeyPattern (implements org.meeuw.json.grep.matching.KeyPattern)
Interface Hierarchy
- org.meeuw.json.grep.matching.KeysPattern
- org.meeuw.json.grep.matching.KeyPattern
- org.meeuw.json.grep.matching.PathMatcher