| Package | Description |
|---|---|
| org.springframework.core.codec | |
| org.springframework.http.codec.json |
JSON encoder and decoder support.
|
| org.springframework.http.codec.xml |
XML encoder and decoder support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataBufferDecoder<T>
Abstract base class for
Decoder implementations that can decode
a DataBuffer directly to the target element type. |
class |
ByteArrayDecoder
Decoder for
byte arrays. |
class |
ByteBufferDecoder
Decoder for
ByteBuffers. |
class |
DataBufferDecoder
Simple pass-through decoder for
DataBuffers. |
class |
NettyByteBufDecoder
Decoder for
ByteBufs. |
class |
ResourceDecoder
Decoder for
Resources. |
class |
StringDecoder
Decode from a data buffer stream to a
String stream, either splitting
or aggregating incoming data chunks to realign along newlines delimiters
and produce a stream of strings. |
| Modifier and Type | Class and Description |
|---|---|
class |
KotlinSerializationJsonDecoder
Decode a byte stream into JSON and convert to Object's with
kotlinx.serialization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Jaxb2XmlDecoder
Decode from a bytes stream containing XML elements to a stream of
Objects (POJOs). |
class |
XmlEventDecoder
Decodes a
DataBuffer stream into a stream of XMLEvents. |