Generated by
JDiff

Class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter

Added interface org.springframework.http.converter.GenericHttpMessageConverter.

Changed Constructors
MappingJacksonHttpMessageConverter(void) Documentation changed from old to new.
Construct a new {@code MappingJacksonHttpMessageConverter}.
 

Added Methods
boolean canRead(Type, Class<?>, MediaType)  
Object read(Type, Class<?>, HttpInputMessage)  
void setPrettyPrint(boolean) Whether to use the DefaultPrettyPrinter when writing JSON.
 

Changed Methods
JavaType getJavaType(Type, Class<?>) Change in signature from Class<?> to (Type, Class<?>).
Documentation changed from old to new.
Return the Jackson JavaType for the specified type and context class.