Package | Description |
---|---|
org.springframework.core.codec |
Modifier and Type | Method and Description |
---|---|
static StringDecoder |
StringDecoder.allMimeTypes(boolean splitOnNewline)
Create a
StringDecoder that supports all MIME types. |
static StringDecoder |
StringDecoder.textPlainOnly(boolean splitOnNewline)
Create a
StringDecoder for "text/plain" . |