@NotThreadSafe public final class MutableTree extends Object implements com.github.fge.jsonschema.util.AsJson
| Constructor and Description |
|---|
MutableTree() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
asJson() |
com.fasterxml.jackson.databind.node.ObjectNode |
getBaseNode() |
com.fasterxml.jackson.databind.node.ObjectNode |
getCurrentNode() |
com.github.fge.jsonschema.jsonpointer.JsonPointer |
getPointer() |
boolean |
hasDefinition(String name) |
void |
setPointer(com.github.fge.jsonschema.jsonpointer.JsonPointer pointer) |
void |
setType(com.github.fge.jsonschema.util.NodeType type) |
public void setType(com.github.fge.jsonschema.util.NodeType type)
public com.fasterxml.jackson.databind.node.ObjectNode getBaseNode()
public com.fasterxml.jackson.databind.node.ObjectNode getCurrentNode()
public com.github.fge.jsonschema.jsonpointer.JsonPointer getPointer()
public void setPointer(com.github.fge.jsonschema.jsonpointer.JsonPointer pointer)
public boolean hasDefinition(String name)
public com.fasterxml.jackson.databind.JsonNode asJson()
asJson in interface com.github.fge.jsonschema.util.AsJsonCopyright © 2013. All Rights Reserved.