Uses of Interface
net.thisptr.jackson.jq.internal.misc.Functional.Consumer
Packages that use Functional.Consumer
Package
Description
-
Uses of Functional.Consumer in net.thisptr.jackson.jq.internal.tree.matcher
Methods in net.thisptr.jackson.jq.internal.tree.matcher with parameters of type Functional.Consumer -
Uses of Functional.Consumer in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Methods in net.thisptr.jackson.jq.internal.tree.matcher.matchers with parameters of type Functional.ConsumerModifier and TypeMethodDescriptionvoid
ArrayMatcher.match
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<List<Pair<String, com.fasterxml.jackson.databind.JsonNode>>> out, Stack<Pair<String, com.fasterxml.jackson.databind.JsonNode>> accumulate) void
ObjectMatcher.match
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<List<Pair<String, com.fasterxml.jackson.databind.JsonNode>>> out, Stack<Pair<String, com.fasterxml.jackson.databind.JsonNode>> accumulate) void
ValueMatcher.match
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<List<Pair<String, com.fasterxml.jackson.databind.JsonNode>>> out, Stack<Pair<String, com.fasterxml.jackson.databind.JsonNode>> accumulate) private void
ArrayMatcher.recursive
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<List<Pair<String, com.fasterxml.jackson.databind.JsonNode>>> out, Stack<Pair<String, com.fasterxml.jackson.databind.JsonNode>> accumulate, int index) private void
ObjectMatcher.recursive
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<List<Pair<String, com.fasterxml.jackson.databind.JsonNode>>> out, Stack<Pair<String, com.fasterxml.jackson.databind.JsonNode>> accumulate, int index)