public static class JsonPropertyAccessor.ToStringFriendlyJsonNode extends Object implements JsonPropertyAccessor.WrappedJsonNode<com.fasterxml.jackson.databind.JsonNode>
JsonPropertyAccessor.WrappedJsonNode
implementation to represent JsonNode
as string.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.fasterxml.jackson.databind.JsonNode |
getTarget()
Return the wrapped
JsonNode |
int |
hashCode() |
String |
toString() |
public com.fasterxml.jackson.databind.JsonNode getTarget()
JsonPropertyAccessor.WrappedJsonNode
JsonNode
getTarget
in interface JsonPropertyAccessor.WrappedJsonNode<com.fasterxml.jackson.databind.JsonNode>