Generated by
JDiff

Class org.springframework.core.codec.StringDecoder

Removed Constructors
StringDecoder(boolean) Create a {@code StringDecoder} that decodes a bytes stream to a String stream
StringDecoder() Create a {@code StringDecoder} that decodes a bytes stream to a String stream
 

Added Methods
StringDecoder allMimeTypes(boolean) Create a {@code StringDecoder} that supports all MIME types.
StringDecoder textPlainOnly(boolean) Create a {@code StringDecoder} for {@code "text/plain"}.