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 TypeMethodDescriptionvoidArrayMatcher.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) voidObjectMatcher.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) voidValueMatcher.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 voidArrayMatcher.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 voidObjectMatcher.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)