Spring Integration

Package org.springframework.integration.json

Provides classes supporting JSON in Spring Integration.

See:
          Description

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.
 

Package org.springframework.integration.json Description

Provides classes supporting JSON in Spring Integration.


Spring Integration