public class LinkCodec extends AbstractJsonCodec<Link>
Link
objects
to the old (2.0) REST APIlog, mapper, NO_DECODING_SUP, root, roots
Modifier | Constructor and Description |
---|---|
protected |
LinkCodec() |
Modifier and Type | Method and Description |
---|---|
Link |
decode(com.fasterxml.jackson.databind.node.ObjectNode node)
Decodes the JSON into a typed POJO.
|
com.fasterxml.jackson.databind.node.ObjectNode |
encode(Link link)
Encodes the given POJO to its JSON representation.
|
arrayNode, decode, decodeList, encode, encodeIterator, encodeIterator, encodeList, encodeList, fromEnums, isMissingContent, longVal, objectNode, read, root, roots, toEnums, write
Copyright © 2015. All Rights Reserved.