Generated by
JDiff

Class org.springframework.http.converter.StringHttpMessageConverter

Documentation changed from old to new.

Added Constructors
StringHttpMessageConverter(Charset) A constructor accepting a default charset to use if the requested content type does not specify one.
 

Changed Constructors
StringHttpMessageConverter(void) Documentation changed from old to new.
A default constructor that uses {@code "ISO-8859-1"} as the default charset.
 

Changed Methods
List<Charset> getAcceptedCharsets() Documentation changed from old to new.
Return the list of supported Charset.