Generated by
JDiff

Class org.springframework.core.codec.StringDecoder

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

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

Added Fields
List<String> DEFAULT_DELIMITERS The default delimiter strings to use, i.e.