Generated by
JDiff

Class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter

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