Path.Mutation| Constructor and Description |
|---|
ObjectFieldPath(Path parent,
String key) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectFieldPath |
chainIfNotNull(Path parent,
String key) |
void |
get(com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean permissive) |
com.fasterxml.jackson.databind.JsonNode |
mutate(com.fasterxml.jackson.databind.JsonNode in,
Path.Mutation mutation,
boolean makeParent) |
static void |
resolve(com.fasterxml.jackson.databind.JsonNode pobj,
Path ppath,
PathOutput output,
String key,
boolean permissive) |
void |
toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out) |
public final String key
public static ObjectFieldPath chainIfNotNull(Path parent, String key)
public void toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
throws JsonQueryException
toJsonNode in interface PathJsonQueryExceptionpublic void get(com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean permissive)
throws JsonQueryException
get in interface PathJsonQueryExceptionpublic com.fasterxml.jackson.databind.JsonNode mutate(com.fasterxml.jackson.databind.JsonNode in,
Path.Mutation mutation,
boolean makeParent)
throws JsonQueryException
mutate in interface PathJsonQueryExceptionpublic static void resolve(com.fasterxml.jackson.databind.JsonNode pobj,
Path ppath,
PathOutput output,
String key,
boolean permissive)
throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.