public class JsonQueryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
apply(JsonQuery jq,
Object in,
Class<T> resultType) |
static <T> List<T> |
apply(JsonQuery jq,
Object in,
com.fasterxml.jackson.core.type.TypeReference<T> resultType) |
static <T> List<T> |
apply(Scope scope,
JsonQuery jq,
Object in,
Class<T> resultType) |
static <T> List<T> |
apply(Scope scope,
JsonQuery jq,
Object in,
com.fasterxml.jackson.core.type.TypeReference<T> resultType) |
static <T> List<T> |
map(com.fasterxml.jackson.databind.ObjectMapper mapper,
List<com.fasterxml.jackson.databind.JsonNode> xs,
Class<T> resultType) |
static <T> List<T> |
map(com.fasterxml.jackson.databind.ObjectMapper mapper,
List<com.fasterxml.jackson.databind.JsonNode> xs,
com.fasterxml.jackson.core.type.TypeReference<T> resultType) |
public static <T> List<T> apply(JsonQuery jq, Object in, Class<T> resultType) throws IOException
IOExceptionpublic static <T> List<T> apply(Scope scope, JsonQuery jq, Object in, Class<T> resultType) throws IOException
IOExceptionpublic static <T> List<T> apply(JsonQuery jq, Object in, com.fasterxml.jackson.core.type.TypeReference<T> resultType) throws IOException
IOExceptionpublic static <T> List<T> apply(Scope scope, JsonQuery jq, Object in, com.fasterxml.jackson.core.type.TypeReference<T> resultType) throws IOException
IOExceptionpublic static <T> List<T> map(com.fasterxml.jackson.databind.ObjectMapper mapper, List<com.fasterxml.jackson.databind.JsonNode> xs, com.fasterxml.jackson.core.type.TypeReference<T> resultType) throws IOException
IOExceptionpublic static <T> List<T> map(com.fasterxml.jackson.databind.ObjectMapper mapper, List<com.fasterxml.jackson.databind.JsonNode> xs, Class<T> resultType) throws IOException
IOExceptionCopyright © 2017. All rights reserved.