Generated by
JDiff

Interface org.springframework.http.converter.GenericHttpMessageConverter

Added Methods
boolean canWrite(Type, Class<?>, MediaType) Indicates whether the given class can be written by this converter.
void write(T, Type, MediaType, HttpOutputMessage) Write an given object to the given output message.