Generated by
JDiff

Package org.springframework.http.converter.json

Removed Classes
JacksonObjectMapperFactoryBean A FactoryBean for creating a Jackson 1.x ObjectMapper with setters to enable or disable Jackson features from within XML configuration.
MappingJacksonHttpMessageConverter Implementation of HttpMessageConverter that can read and write JSON using Jackson 1.x's ObjectMapper.
 

Added Classes
GsonBuilderUtils A simple utility class for obtaining a Google Gson 2.x GsonBuilder which Base64-encodes {@code byte[]} properties when reading and writing JSON.
GsonFactoryBean A FactoryBean for creating a Google Gson 2.x Gson instance.
GsonHttpMessageConverter Implementation of org.springframework.http.converter.HttpMessageConverter that can read and write JSON using the Google Gson library's Gson class.
MappingJacksonValue A simple holder for the POJO to serialize via MappingJackson2HttpMessageConverter along with further serialization instructions to be passed in to the converter.
 

Changed Classes
Jackson2ObjectMapperFactoryBean A FactoryBean for creating a Jackson 2.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.