| Modifier and Type | Method and Description |
|---|---|
static <T,U> Pair<T,U> |
Pair.of(T _1,
U _2) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> List<T> |
Pair._1(List<Pair<T,U>> items) |
static <T,U> List<U> |
Pair._2(List<Pair<T,U>> items) |
| Constructor and Description |
|---|
Conditional(List<Pair<JsonQuery,JsonQuery>> switches,
JsonQuery otherwise) |
PipedQuery(List<Pair<JsonQuery,PatternMatcher>> qs) |
StringInterpolation(String template,
List<Pair<Integer,JsonQuery>> interpolations,
JsonQuery formatter) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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 |
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) |
| Constructor and Description |
|---|
ObjectMatcher(List<Pair<JsonQuery,PatternMatcher>> matchers) |
Copyright © 2021. All rights reserved.