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.interpolationsprivate List<Pair<Expression, Expression>> Conditional.switchesMethod parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type PairModifier and TypeMethodDescriptionprivate voidConditional.pathRecursive(PathOutput output, Scope scope, List<Pair<Expression, Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path) private voidStringInterpolation.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 voidStringInterpolation.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 TypeMethodDescriptionvoidPatternMatcher.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) voidPatternMatcher.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 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) voidArrayMatcher.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) 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) 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 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) 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) -
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.loadedDataprivate final ConcurrentHashMap<Pair<Path, String>, FileSystemModuleLoader.TryOnce<Module>> FileSystemModuleLoader.loadedModulesMethods in net.thisptr.jackson.jq.module.loaders that return Pair