Generated by
JDiff

Package org.springframework.http.converter

Added Classes and Interfaces
GenericHttpMessageConverter A specialization of HttpMessageConverter that can convert an HTTP request into a target object of a specified generic type.
ObjectToStringHttpMessageConverter An {@code HttpMessageConverter} that uses StringHttpMessageConverter for reading and writing content and a ConversionService for converting the String content to and from the target object type.
 

Changed Classes
AbstractHttpMessageConverter Abstract base class for most HttpMessageConverter implementations.
HttpMessageNotWritableException Thrown by org.springframework.http.converter.HttpMessageConverter implementations when the write method fails.
StringHttpMessageConverter Implementation of HttpMessageConverter that can read and write strings.