Generated by
JDiff

Package org.springframework.http.converter

Added Interfaces
GenericHttpMessageConverter A specialization of HttpMessageConverter that can convert an HTTP request into a target object of a specified generic type.
 

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