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 TypeMethodDescriptionvoid
PatternMatcher.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 TypeMethodDescriptionvoid
ArrayMatcher.matchWithPath
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, Stack<PatternMatcher.MatchWithPath> accumulate) void
ObjectMatcher.matchWithPath
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, Stack<PatternMatcher.MatchWithPath> accumulate) void
ValueMatcher.matchWithPath
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, Stack<PatternMatcher.MatchWithPath> accumulate) private void
ArrayMatcher.recursiveWithPath
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, Stack<PatternMatcher.MatchWithPath> accumulate, int index) private void
ObjectMatcher.recursiveWithPath
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PatternMatcher.MatchOutput output, Stack<PatternMatcher.MatchWithPath> accumulate, int index)