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 voidPatternMatcher. 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 voidArrayMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)voidObjectMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)voidValueMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)private voidArrayMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index)private voidObjectMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index)
-