| Name | Description | Type | Package | Framework |
| JsonOutboundMessageMapper | OutboundMessageMapper implementation the converts a Message to a JSON string representation. | Class | org.springframework.integration.support.json | Spring Integration |
| JsonObjectMapperProvider | Simple factory to provide JsonObjectMapperinstances dependently of jackson-databind or boon libs in the classpath. | Class | org.springframework.integration.support.json | Spring Integration |
| JsonObjectMapper | Strategy interface to convert an Object to/from the JSON representation. | Interface | org.springframework.integration.support.json | Spring Integration |
| JsonObjectMapperAdapter | Simple JsonObjectMapper adapter implementation, if there is no needto provide entire operations implementation. | Class | org.springframework.integration.support.json | Spring Integration |
| JsonInboundMessageMapper .JsonMessageParser | Interface | org.springframework.integration.support.json.JsonInboundMessageMapper | Spring Integration | |
| JsonInboundMessageMapper | InboundMessageMapper implementation that maps incoming JSON messagesto a Message with the specified payload type. | Class | org.springframework.integration.support.json | Spring Integration |
| JacksonJsonUtils | Utility methods for Jackson. | Class | org.springframework.integration.support.json | Spring Integration |
| Jackson2JsonObjectMapper | Jackson 2 JSON-processor (@link https://github. | Class | org.springframework.integration.support.json | Spring Integration |
| Jackson2JsonMessageParser | JsonInboundMessageMapper. | Class | org.springframework.integration.support.json | Spring Integration |
| BoonJsonObjectMapper | The Boon (@link https://github. | Class | org.springframework.integration.support.json | Spring Integration |
| AbstractJsonInboundMessageMapper | Abstract InboundMessageMapper implementation that maps incoming JSON messagesto a Message with the specified payload type. | Class | org.springframework.integration.support.json | Spring Integration |
| AbstractJacksonJsonObjectMapper | Base class for Jackson JsonObjectMapper implementations. | Class | org.springframework.integration.support.json | Spring Integration |