Uses of Class
net.thisptr.jackson.jq.internal.misc.Pair
-
-
Uses of Pair in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc that return Pair Modifier and Type Method Description static <T,U>
Pair<T,U>Pair. of(T _1, U _2)
Method parameters in net.thisptr.jackson.jq.internal.misc with type arguments of type Pair Modifier and Type Method Description static <T,U>
java.util.List<T>Pair. _1(java.util.List<Pair<T,U>> items)
static <T,U>
java.util.List<U>Pair. _2(java.util.List<Pair<T,U>> items)
-
Uses of Pair in net.thisptr.jackson.jq.internal.tree
Fields in net.thisptr.jackson.jq.internal.tree with type parameters of type Pair Modifier and Type Field Description private java.util.List<Pair<java.lang.Integer,Expression>>
StringInterpolation. interpolations
private java.util.List<Pair<Expression,Expression>>
Conditional. switches
Method parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type Pair Modifier and Type Method Description private void
Conditional. pathRecursive(PathOutput output, Scope scope, java.util.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, java.util.Stack<Pair<java.lang.Integer,com.fasterxml.jackson.databind.JsonNode>> stack, java.util.List<Pair<java.lang.Integer,Expression>> interpolations)
private void
StringInterpolation. recurse(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, java.util.Stack<Pair<java.lang.Integer,com.fasterxml.jackson.databind.JsonNode>> stack, java.util.List<Pair<java.lang.Integer,Expression>> interpolations)
Constructor parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type Pair Constructor Description Conditional(java.util.List<Pair<Expression,Expression>> switches, Expression otherwise)
StringInterpolation(java.lang.String template, java.util.List<Pair<java.lang.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 Pair Modifier and Type Method Description void
PatternMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)
void
PatternMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.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 Pair Modifier and Type Method Description void
ArrayMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)
void
ArrayMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)
void
ObjectMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)
void
ObjectMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)
void
ValueMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)
void
ValueMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)
private void
ArrayMatcher. recursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate, int index)
private void
ArrayMatcher. recursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate, int index)
private void
ObjectMatcher. recursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate, int index)
private void
ObjectMatcher. recursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.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 Pair Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<Pair<java.nio.file.Path,java.lang.String>,FileSystemModuleLoader.TryOnce<com.fasterxml.jackson.databind.JsonNode>>
FileSystemModuleLoader. loadedData
private java.util.concurrent.ConcurrentHashMap<Pair<java.nio.file.Path,java.lang.String>,FileSystemModuleLoader.TryOnce<Module>>
FileSystemModuleLoader. loadedModules
Methods in net.thisptr.jackson.jq.module.loaders that return Pair Modifier and Type Method Description private Pair<java.util.List<java.nio.file.Path>,java.lang.String>
FileSystemModuleLoader. resolvePathsFromImportDirective(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
-