Spring Integration

Package org.springframework.integration.support.json

Provides classes supporting json.

See:
          Description

Interface Summary
JsonInboundMessageMapper.JsonMessageParser<P>  
JsonObjectMapper<P> Strategy interface to convert an Object to/from the JSON representation.
 

Class Summary
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 JsonInboundMessageMapper.JsonMessageParser implementation that parses JSON messages and builds a Message with the specified payload type from provided JsonInboundMessageMapper.
JacksonJsonObjectMapper Jackson JSON-processor (@link http://jackson.codehaus.org) JsonObjectMapper implementation.
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<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.
 

Package org.springframework.integration.support.json Description

Provides classes supporting json.


Spring Integration