See: Description
Interface | Description |
---|---|
JsonInboundMessageMapper.JsonMessageParser<P> | |
JsonObjectMapper<N,P> |
Strategy interface to convert an Object to/from the JSON representation.
|
Class | Description |
---|---|
AbstractJacksonJsonObjectMapper<N,P,J> |
Base class for Jackson
JsonObjectMapper implementations. |
AbstractJsonInboundMessageMapper<P> |
Abstract
InboundMessageMapper implementation that maps incoming JSON messages
to a Message with the specified payload type. |
AdviceMessageJacksonDeserializer |
The
MessageJacksonDeserializer implementation for the AdviceMessage . |
EmbeddedJsonHeadersMessageMapper |
For outbound messages, uses a message-aware Jackson object mapper to render the message
as JSON.
|
ErrorMessageJacksonDeserializer |
The
MessageJacksonDeserializer implementation for the ErrorMessage . |
GenericMessageJacksonDeserializer |
The
MessageJacksonDeserializer implementation for the GenericMessage . |
Jackson2JsonMessageParser |
JsonInboundMessageMapper.JsonMessageParser implementation that parses JSON messages
and builds a Message with the specified payload type from provided JsonInboundMessageMapper . |
Jackson2JsonObjectMapper |
Jackson 2 JSON-processor (@link https://github.com/FasterXML)
JsonObjectMapper implementation.
|
JacksonJsonUtils |
Utility methods for Jackson.
|
JacksonPresent |
The utility to check if Jackson JSON processor is present in the classpath.
|
JsonInboundMessageMapper |
InboundMessageMapper implementation that maps incoming JSON messages
to a Message with the specified payload type. |
JsonObjectMapperProvider |
Simple factory to provide JsonObjectMapper
instances based on jackson-databind lib in the classpath.
|
JsonOutboundMessageMapper |
OutboundMessageMapper implementation the converts a Message to a JSON
string representation. |
MessageHeadersJacksonSerializer | |
MessageJacksonDeserializer<T extends Message<?>> |
A Jackson
StdNodeBasedDeserializer extension for Message implementations. |
MimeTypeSerializer |
Simple
StdSerializer extension to represent a MimeType object in the
target JSON as a plain string. |
MutableMessageJacksonDeserializer |
The
MessageJacksonDeserializer implementation for the MutableMessage . |