パッケージ | 説明 |
---|---|
org.springframework.core.codec | |
org.springframework.http.codec.xml | XML エンコーダーおよびデコーダーのサポート。 |
修飾子と型 | クラスと説明 |
---|---|
class | AbstractDataBufferDecoder<T> DataBuffer をターゲット要素タイプに直接デコードできる Decoder 実装の抽象基本クラス。 |
class | ByteArrayDecoder byte 配列のデコーダー。 |
class | ByteBufferDecoder ByteBuffers SE のデコーダ。 |
class | DataBufferDecoder DataBuffers 用のシンプルなパススルーデコーダー。 |
class | ResourceDecoder Resources のデコーダ。 |
class | StringDecoder データバッファーストリームから String ストリームにデコードします。 |
修飾子と型 | クラスと説明 |
---|---|
class | Jaxb2XmlDecoder XML 要素を含むバイトストリームから Object (POJO)のストリームにデコードします。 |
class | XmlEventDecoder DataBuffer ストリームを XMLEvents SE のストリームにデコードします。 |