Class JsonInboundMessageMapper

All Implemented Interfaces:
InboundMessageMapper<String>

public class JsonInboundMessageMapper
extends AbstractJsonInboundMessageMapper<JsonInboundMessageMapper.JsonMessageParser<?>>
InboundMessageMapper implementation that maps incoming JSON messages to a Message with the specified payload type.

Consider using the EmbeddedJsonHeadersMessageMapper instead.

Since:
2.0
Author:
Jeremy Grelle, Oleg Zhurakousky, Mark Fisher, Artem Bilan, Gary Russell