| Package | Description |
|---|---|
| net.thisptr.jackson.jq.internal.misc | |
| net.thisptr.jackson.jq.internal.tree |
| 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,String>> qs) |
StringInterpolation(String template,
List<Pair<Integer,JsonQuery>> interpolations,
JsonQuery formatter) |
Copyright © 2016. All rights reserved.