public class JsonQueryUtils extends Object
| Constructor and Description |
|---|
JsonQueryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<com.fasterxml.jackson.databind.JsonNode> |
applyToArrayList(Expression expr,
Scope scope,
com.fasterxml.jackson.databind.JsonNode in) |
static com.fasterxml.jackson.databind.node.ArrayNode |
applyToArrayNode(Expression expr,
Scope scope,
com.fasterxml.jackson.databind.JsonNode in) |
public static ArrayList<com.fasterxml.jackson.databind.JsonNode> applyToArrayList(Expression expr, Scope scope, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException
JsonQueryExceptionpublic static com.fasterxml.jackson.databind.node.ArrayNode applyToArrayNode(Expression expr, Scope scope, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.