public class ActionCodec extends OfJsonCodec<Action>
Action objects.VERSIONlog, mapper, NO_DECODING_SUP, root, roots| Modifier | Constructor and Description |
|---|---|
protected |
ActionCodec()
Constructs an Action Codec.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
decode(com.fasterxml.jackson.databind.node.ObjectNode node)
Decodes the JSON into a typed POJO.
|
com.fasterxml.jackson.databind.node.ObjectNode |
encode(Action action)
Encodes the given POJO to its JSON representation.
|
decode, decodeList, encode, encodeList, versionarrayNode, encodeList, fromEnums, isMissingContent, longVal, objectNode, read, root, roots, toEnums, writepublic com.fasterxml.jackson.databind.node.ObjectNode encode(Action action)
JsonCodecaction - POJO to encodeCopyright © 2014. All Rights Reserved.