Uses of Class
org.springframework.core.codec.AbstractDecoder
Packages that use AbstractDecoder
Package
Description
JSON encoder and decoder support.
XML encoder and decoder support.
-
Uses of AbstractDecoder in org.springframework.core.codec
Subclasses of AbstractDecoder in org.springframework.core.codecModifier and TypeClassDescriptionclassAbstract base class forDecoderimplementations that can decode aDataBufferdirectly to the target element type.classDecoder forbytearrays.classDecoder forByteBuffers.classSimple pass-through decoder forDataBuffers.classDecoder 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. -
Uses of AbstractDecoder in org.springframework.http.codec.json
Subclasses of AbstractDecoder in org.springframework.http.codec.jsonModifier and TypeClassDescriptionclassDecode a byte stream into JSON and convert to Object's with kotlinx.serialization. -
Uses of AbstractDecoder in org.springframework.http.codec.xml
Subclasses of AbstractDecoder in org.springframework.http.codec.xmlModifier and TypeClassDescriptionclassDecode from a bytes stream containing XML elements to a stream ofObjects (POJOs).classDecodes aDataBufferstream into a stream ofXMLEvents.