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. |
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.
|
JacksonJsonMessageParser | Deprecated
Please migrate to
Jackson2JsonMessageParser for Jackson 2.x. |
JacksonJsonObjectMapper | Deprecated
Please migrate to
Jackson2JsonObjectMapper for Jackson 2.x. |
JacksonJsonObjectMapperProvider |
Simple factory to provide Jackson2JsonObjectMapper or JacksonJsonObjectMapper
instances dependently of jackson-databind or jackson-mapper-asl libs in the classpath.
|
JacksonJsonUtils |
Utility methods for Jackson.
|
JsonInboundMessageMapper |
InboundMessageMapper implementation that maps incoming JSON messages
to a Message with the specified payload type. |
JsonObjectMapperAdapter<N,P> |
Simple JsonObjectMapper adapter implementation, if there is no need
to provide entire operations implementation.
|
JsonOutboundMessageMapper |
OutboundMessageMapper implementation the converts a Message to a JSON string representation. |