public class JsonReferenceNode extends Object
| Modifier and Type | Method and Description |
|---|---|
static JsonReferenceNode |
fromNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
com.fasterxml.jackson.databind.JsonNode |
getJsonNode() |
JsonReference |
getJsonReference() |
protected static String |
getRefString(com.fasterxml.jackson.databind.JsonNode jsonNode) |
static boolean |
is(com.fasterxml.jackson.databind.JsonNode node) |
public static JsonReferenceNode fromNode(com.fasterxml.jackson.databind.JsonNode jsonNode) throws JsonReferenceException
JsonReferenceExceptionprotected static String getRefString(com.fasterxml.jackson.databind.JsonNode jsonNode) throws JsonReferenceException
JsonReferenceExceptionpublic static boolean is(com.fasterxml.jackson.databind.JsonNode node)
public com.fasterxml.jackson.databind.JsonNode getJsonNode()
public JsonReference getJsonReference()
Copyright © 2016. All rights reserved.