| 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"}. |