Uses of Interface
net.thisptr.jackson.jq.internal.tree.matcher.PatternMatcher.MatchOutput
Packages that use PatternMatcher.MatchOutput
Package
Description
-
Uses of PatternMatcher.MatchOutput in net.thisptr.jackson.jq.internal.tree.matcher
Methods in net.thisptr.jackson.jq.internal.tree.matcher with parameters of type PatternMatcher.MatchOutputModifier and TypeMethodDescriptionvoidPatternMatcher.matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, Stack<PatternMatcher.MatchWithPath> accumulate) -
Uses of PatternMatcher.MatchOutput in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Methods in net.thisptr.jackson.jq.internal.tree.matcher.matchers with parameters of type PatternMatcher.MatchOutputModifier and TypeMethodDescriptionvoidArrayMatcher.matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, Stack<PatternMatcher.MatchWithPath> accumulate) voidObjectMatcher.matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, Stack<PatternMatcher.MatchWithPath> accumulate) voidValueMatcher.matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, Stack<PatternMatcher.MatchWithPath> accumulate) private voidArrayMatcher.recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, Stack<PatternMatcher.MatchWithPath> accumulate, int index) private voidObjectMatcher.recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PatternMatcher.MatchOutput output, Stack<PatternMatcher.MatchWithPath> accumulate, int index)