Class RootPath
java.lang.Object
net.thisptr.jackson.jq.path.RootPath
- All Implemented Interfaces:
Path
-
Nested Class Summary
Nested classes/interfaces inherited from interface Path
Path.Mutation -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidget(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive) static RootPathcom.fasterxml.jackson.databind.JsonNodemutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent) voidtoJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
RootPath
private RootPath()
-
-
Method Details
-
getInstance
-
toJsonNode
- Specified by:
toJsonNodein interfacePath- Throws:
JsonQueryException
-
get
public void get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive) throws JsonQueryException - Specified by:
getin interfacePath- Throws:
JsonQueryException
-
mutate
public com.fasterxml.jackson.databind.JsonNode mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent) throws JsonQueryException - Specified by:
mutatein interfacePath- Throws:
JsonQueryException
-