Package org.springframework.integration.json

Class Summary
JsonInboundMessageMapper InboundMessageMapper implementation that maps incoming JSON messages to a Message with the specified payload type.
JsonOutboundMessageMapper OutboundMessageMapper implementation the converts a Message to a JSON string representation.
JsonToObjectTransformer<T> Transformer implementation that converts a JSON string payload into an instance of the provided target Class.
ObjectToJsonTransformer Transformer implementation that converts a payload instance into a JSON string representation.