Uses of Class
org.springframework.core.codec.AbstractDecoder
Packages that use AbstractDecoder
Package
Description
-
Uses of AbstractDecoder in org.springframework.core.codec
Subclasses of AbstractDecoder in org.springframework.core.codecModifier and TypeClassDescriptionclassAbstractCharSequenceDecoder<T extends CharSequence>Abstract base class that decodes from a data buffer stream to aCharSequencestream.classAbstract base class forDecoderimplementations that can decode aDataBufferdirectly to the target element type.classDecoder forbytearrays.classDecoder forByteBuffers.final classDecode from a data buffer stream to aCharBufferstream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of char buffers.classSimple pass-through decoder forDataBuffers.classDeprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementclassDecoder forByteBufs.classDecoder forResources.final classDecode from a data buffer stream to aStringstream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of strings.