| 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 |
AbstractSingleValueEncoder<T>
Abstract base class for
Encoder
classes that can only deal with a single value. |
class |
ByteArrayEncoder
Encoder for
byte arrays. |
class |
ByteBufferEncoder
Encoder for
ByteBuffers. |
class |
CharSequenceEncoder
Encode from a
CharSequence stream to a bytes stream. |
class |
DataBufferEncoder
Simple pass-through encoder for
DataBuffers. |
class |
NettyByteBufEncoder
Encoder for
ByteBufs. |
class |
ResourceEncoder
Encoder for
Resources. |
class |
ResourceRegionEncoder
Encoder for
ResourceRegions. |
| Modifier and Type | Class and Description |
|---|---|
class |
KotlinSerializationJsonEncoder
Encode from an
Object stream to a byte stream of JSON objects using
kotlinx.serialization. |
| Modifier and Type | Class and Description |
|---|---|
class |
Jaxb2XmlEncoder
Encode from single value to a byte stream containing XML elements.
|