Uses of Interface
net.thisptr.jackson.jq.internal.tree.matcher.PatternMatcher.MatchOutput
-
Packages that use PatternMatcher.MatchOutput Package Description net.thisptr.jackson.jq.internal.tree.matcher net.thisptr.jackson.jq.internal.tree.matcher.matchers -
-
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.MatchOutput Modifier and Type Method Description void
PatternMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.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.MatchOutput Modifier and Type Method Description void
ArrayMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)
void
ObjectMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)
void
ValueMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)
private void
ArrayMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index)
private void
ObjectMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index)
-