Generated by
JDiff

Interface org.springframework.http.converter.GenericHttpMessageConverter

Documentation changed from old to new.

Changed Methods
boolean canRead(Type, Class<?>, MediaType) Change in signature from (Type, MediaType) to (Type, Class<?>, MediaType).
Documentation changed from old to new.
Indicates whether the given type can be read by this converter.
T read(Type, Class<?>, HttpInputMessage) Change in signature from (Type, HttpInputMessage) to (Type, Class<?>, HttpInputMessage).
Documentation changed from old to new.
Read an object of the given type form the given input message, and returns it.