Package | Description |
---|---|
org.springframework.core.codec | |
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 |
ResourceDecoder
Decoder for
Resources . |
class |
StringDecoder
Decode from a data buffer stream to a
String stream. |
Modifier and Type | Class and Description |
---|---|
class |
Jaxb2XmlDecoder
Decode from a bytes stream containing XML elements to a stream of
Object s (POJOs). |
class |
XmlEventDecoder
Decodes a
DataBuffer stream into a stream of XMLEvents . |