public interface Path
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Path.Mutation |
| Modifier and Type | Method and Description |
|---|---|
void |
get(com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean permissive) |
default com.fasterxml.jackson.databind.JsonNode |
mutate(com.fasterxml.jackson.databind.JsonNode in,
Path.Mutation mutation) |
com.fasterxml.jackson.databind.JsonNode |
mutate(com.fasterxml.jackson.databind.JsonNode in,
Path.Mutation mutation,
boolean makeParent) |
void |
toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out) |
void toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
throws JsonQueryException
JsonQueryExceptionvoid get(com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean permissive)
throws JsonQueryException
JsonQueryExceptiondefault com.fasterxml.jackson.databind.JsonNode mutate(com.fasterxml.jackson.databind.JsonNode in,
Path.Mutation mutation)
throws JsonQueryException
JsonQueryExceptioncom.fasterxml.jackson.databind.JsonNode mutate(com.fasterxml.jackson.databind.JsonNode in,
Path.Mutation mutation,
boolean makeParent)
throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.