Package | Description |
---|---|
org.springframework.core.codec | |
org.springframework.http.codec | |
org.springframework.http.codec.json |
JSON encoder and decoder support.
|
org.springframework.http.codec.protobuf |
Provides an encoder and a decoder for
Google Protocol Buffers.
|
org.springframework.http.codec.xml |
XML encoder and decoder support.
|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
Class and Description |
---|
AbstractDataBufferDecoder
Abstract base class for
Decoder implementations that can decode
a DataBuffer directly to the target element type. |
AbstractDecoder
Abstract base class for
Decoder implementations. |
AbstractEncoder
Abstract base class for
Decoder implementations. |
AbstractSingleValueEncoder
Abstract base class for
Encoder
classes that can only deal with a single value. |
CharSequenceEncoder
Encode from a
CharSequence stream to a bytes stream. |
CodecException
General error that indicates a problem while encoding and decoding to and
from an Object stream.
|
Decoder
Strategy for decoding a
DataBuffer input stream into an output stream
of elements of type <T> . |
Encoder
Strategy to encode a stream of Objects of type
<T> into an output
stream of bytes. |
StringDecoder
Decode from a data buffer stream to a
String stream. |
Class and Description |
---|
Decoder
Strategy for decoding a
DataBuffer input stream into an output stream
of elements of type <T> . |
Encoder
Strategy to encode a stream of Objects of type
<T> into an output
stream of bytes. |
Class and Description |
---|
Decoder
Strategy for decoding a
DataBuffer input stream into an output stream
of elements of type <T> . |
Encoder
Strategy to encode a stream of Objects of type
<T> into an output
stream of bytes. |
Class and Description |
---|
Decoder
Strategy for decoding a
DataBuffer input stream into an output stream
of elements of type <T> . |
Encoder
Strategy to encode a stream of Objects of type
<T> into an output
stream of bytes. |
Class and Description |
---|
AbstractDecoder
Abstract base class for
Decoder implementations. |
AbstractEncoder
Abstract base class for
Decoder implementations. |
AbstractSingleValueEncoder
Abstract base class for
Encoder
classes that can only deal with a single value. |
Decoder
Strategy for decoding a
DataBuffer input stream into an output stream
of elements of type <T> . |
Encoder
Strategy to encode a stream of Objects of type
<T> into an output
stream of bytes. |
Class and Description |
---|
Encoder
Strategy to encode a stream of Objects of type
<T> into an output
stream of bytes. |