automorph.codec.json.JacksonJsonCodec
See theJacksonJsonCodec companion object
Jackson message codec plugin.
Value parameters
- objectMapper
-
Jackson object mapper
Attributes
- Constructor
-
Creates a Jackson codec plugin using JSON as message format.
- See also
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MessageCodec[JsonNode]trait MessageCodecMeta[JsonNode]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Deserializes a node from binary data.
Deserializes a node from binary data.
Value parameters
- data
-
binary data in the specific codec
Attributes
- Returns
-
node
Serializes a node as binary data.
Serializes a node as binary data.
Value parameters
- node
-
node
Attributes
- Returns
-
binary data in the specific codec
Formats a node as human-readable text.
Formats a node as human-readable text.
Value parameters
- node
-
node
Attributes
- Returns
-
node in human-readable textual form
- Definition Classes
Inherited methods
Decodes a value from a message codec node.
Decodes a value from a message codec node.
Type parameters
- T
-
value type
Value parameters
- node
-
message codec node
Attributes
- Returns
-
value of the specified type
- Definition Classes
-
JacksonJsonMeta -> MessageCodecMeta
- Inherited from:
- JacksonJsonMeta (hidden)
Encodes a value as a message codec node.
Encodes a value as a message codec node.
Type parameters
- T
-
value type
Value parameters
- value
-
value of given type
Attributes
- Returns
-
message codec node
- Definition Classes
-
JacksonJsonMeta -> MessageCodecMeta
- Inherited from:
- JacksonJsonMeta (hidden)
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article