| Constructor and Description |
|---|
ObjectNodeConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
convert(byte[] bytes) |
byte[] |
convertBack(com.fasterxml.jackson.databind.JsonNode value) |
Class<com.fasterxml.jackson.databind.JsonNode> |
getDataType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, convertBackpublic com.fasterxml.jackson.databind.JsonNode convert(byte[] bytes)
public byte[] convertBack(com.fasterxml.jackson.databind.JsonNode value)
convertBack in interface Converter<com.fasterxml.jackson.databind.JsonNode>public Class<com.fasterxml.jackson.databind.JsonNode> getDataType()
getDataType in interface Converter<com.fasterxml.jackson.databind.JsonNode>Copyright © 2019 Flux Capacitor. All rights reserved.