public class JRJsonNode extends Object
| Constructor and Description |
|---|
JRJsonNode(JRJsonNode parent,
com.fasterxml.jackson.databind.JsonNode dataNode) |
| Modifier and Type | Method and Description |
|---|---|
JRJsonNode |
createChild(com.fasterxml.jackson.databind.JsonNode childDataNode) |
com.fasterxml.jackson.databind.JsonNode |
getDataNode() |
JRJsonNode |
getParent() |
String |
toString() |
public JRJsonNode(JRJsonNode parent, com.fasterxml.jackson.databind.JsonNode dataNode)
public JRJsonNode getParent()
public com.fasterxml.jackson.databind.JsonNode getDataNode()
public JRJsonNode createChild(com.fasterxml.jackson.databind.JsonNode childDataNode)
Copyright © 2017. All rights reserved.