See: Description
| Class | Description |
|---|---|
| Jackson2ObjectMapperFactoryBean |
A
FactoryBean for creating a Jackson 2.x ObjectMapper with setters
to enable or disable Jackson features from within XML configuration. |
| JacksonObjectMapperFactoryBean |
A
FactoryBean for creating a Jackson 1.x ObjectMapper with setters
to enable or disable Jackson features from within XML configuration. |
| MappingJackson2HttpMessageConverter |
Implementation of
HttpMessageConverter that
can read and write JSON using Jackson 2.x's ObjectMapper. |
| MappingJacksonHttpMessageConverter |
Implementation of
HttpMessageConverter that
can read and write JSON using Jackson 1.x's ObjectMapper. |