See: Description
| Class | Description | 
|---|---|
| AbstractJackson2HttpMessageConverter | 
 Abstract base class for Jackson based and content type independent
  
HttpMessageConverter implementations. | 
| GsonBuilderUtils | 
 A simple utility class for obtaining a Google Gson 2.x  
GsonBuilder
 which Base64-encodes byte[] properties when reading and writing JSON. | 
| GsonFactoryBean | 
 A  
FactoryBean for creating a Google Gson 2.x Gson instance. | 
| GsonHttpMessageConverter | 
 Implementation of  
HttpMessageConverter
 that can read and write JSON using the
 Google Gson library's
 Gson class. | 
| Jackson2ObjectMapperBuilder | 
 A builder used to create  
ObjectMapper instances with a fluent API. | 
| Jackson2ObjectMapperFactoryBean | 
 A  
FactoryBean for creating a Jackson 2.x ObjectMapper (default) or
 XmlMapper (createXmlMapper property set to true) 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. | 
| MappingJacksonInputMessage | 
HttpInputMessage that can eventually stores a Jackson view that will be used
 to deserialize the message. | 
| MappingJacksonValue | 
 A simple holder for the POJO to serialize via
  
MappingJackson2HttpMessageConverter along with further
 serialization instructions to be passed in to the converter. | 
| SpringHandlerInstantiator | 
 Allows for creating Jackson ( 
JsonSerializer, JsonDeserializer,
 KeyDeserializer, TypeResolverBuilder, TypeIdResolver)
 beans with autowiring against a Spring ApplicationContext. |