Class AbstractJsonInboundMessageMapper<P>

java.lang.Object
org.springframework.integration.support.json.AbstractJsonInboundMessageMapper<P>
Type Parameters:
P - the payload type.
All Implemented Interfaces:
InboundMessageMapper<String>
Direct Known Subclasses:
JsonInboundMessageMapper

public abstract class AbstractJsonInboundMessageMapper<P>
extends Object
implements InboundMessageMapper<String>
Abstract InboundMessageMapper implementation that maps incoming JSON messages to a Message with the specified payload type.
Since:
3.0
Author:
Artem Bilan, Gary Russell
See Also:
JsonInboundMessageMapper