Uses of Class
org.springframework.core.codec.StringDecoder
Packages that use StringDecoder
Package
Description
-
Uses of StringDecoder in org.springframework.core.codec
Methods in org.springframework.core.codec that return StringDecoderModifier and TypeMethodDescriptionstatic StringDecoderStringDecoder.allMimeTypes()Create aStringDecoderthat supports all MIME types.static StringDecoderStringDecoder.allMimeTypes(List<String> delimiters, boolean stripDelimiter) Create aStringDecoderthat supports all MIME types.static StringDecoderStringDecoder.textPlainOnly()Create aStringDecoderfor"text/plain".static StringDecoderStringDecoder.textPlainOnly(List<String> delimiters, boolean stripDelimiter) Create aStringDecoderfor"text/plain".