| Package | Description | 
|---|---|
| org.springframework.core.codec | 
| Modifier and Type | Method and Description | 
|---|---|
| static StringDecoder | StringDecoder. allMimeTypes()Create a  StringDecoderthat supports all MIME types. | 
| static StringDecoder | StringDecoder. allMimeTypes(boolean ignored)Deprecated. 
 as of Spring 5.0.4, in favor of  allMimeTypes()orallMimeTypes(List, boolean) | 
| static StringDecoder | StringDecoder. allMimeTypes(List<String> delimiters,
            boolean stripDelimiter)Create a  StringDecoderthat supports all MIME types. | 
| static StringDecoder | StringDecoder. textPlainOnly()Create a  StringDecoderfor"text/plain". | 
| static StringDecoder | StringDecoder. textPlainOnly(boolean ignored)Deprecated. 
 as of Spring 5.0.4, in favor of  textPlainOnly()ortextPlainOnly(List, boolean) | 
| static StringDecoder | StringDecoder. textPlainOnly(List<String> delimiters,
             boolean stripDelimiter)Create a  StringDecoderfor"text/plain". |