Uses of Class
net.thisptr.jackson.jq.internal.misc.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc that return PairMethod parameters in net.thisptr.jackson.jq.internal.misc with type arguments of type Pair -
Uses of Pair in net.thisptr.jackson.jq.internal.tree
Fields in net.thisptr.jackson.jq.internal.tree with type parameters of type PairModifier and TypeFieldDescriptionprivate final List
<Pair<Integer, Expression>> StringInterpolation.interpolations
private List
<Pair<Expression, Expression>> Conditional.switches
Method parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type PairModifier and TypeMethodDescriptionprivate void
Conditional.pathRecursive
(PathOutput output, Scope scope, List<Pair<Expression, Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path) private void
StringInterpolation.recurse
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, Stack<Pair<Integer, com.fasterxml.jackson.databind.JsonNode>> stack, List<Pair<Integer, Expression>> interpolations) private void
StringInterpolation.recurse
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, Stack<Pair<Integer, com.fasterxml.jackson.databind.JsonNode>> stack, List<Pair<Integer, Expression>> interpolations) Constructor parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type PairModifierConstructorDescriptionConditional
(List<Pair<Expression, Expression>> switches, Expression otherwise) StringInterpolation
(String template, List<Pair<Integer, Expression>> interpolations, Expression formatter) -
Uses of Pair in net.thisptr.jackson.jq.internal.tree.matcher
Method parameters in net.thisptr.jackson.jq.internal.tree.matcher with type arguments of type PairModifier and TypeMethodDescriptionvoid
PatternMatcher.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
PatternMatcher.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) -
Uses of Pair in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Method parameters in net.thisptr.jackson.jq.internal.tree.matcher.matchers with type arguments of type PairModifier 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
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
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) 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
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) 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) -
Uses of Pair in net.thisptr.jackson.jq.module.loaders
Fields in net.thisptr.jackson.jq.module.loaders with type parameters of type PairModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<Pair<Path, String>, FileSystemModuleLoader.TryOnce<com.fasterxml.jackson.databind.JsonNode>> FileSystemModuleLoader.loadedData
private final ConcurrentHashMap
<Pair<Path, String>, FileSystemModuleLoader.TryOnce<Module>> FileSystemModuleLoader.loadedModules
Methods in net.thisptr.jackson.jq.module.loaders that return Pair