インターフェースの使用
org.springframework.http.codec.HttpMessageDecoder
HttpMessageDecoder を使用するパッケージ
パッケージ
説明
CBOR エンコーダーとデコーダーのサポート。
JSON エンコーダーおよびデコーダーのサポート。
org.springframework.http.codec.cbor 内の HttpMessageDecoder 使用
HttpMessageDecoder を実装している org.springframework.http.codec.cbor のクラスorg.springframework.http.codec.json 内の HttpMessageDecoder 使用
HttpMessageDecoder を実装している org.springframework.http.codec.json のクラス修飾子と型クラス説明class
ノンブロッキング解析を活用する Jackson 2.x デコードの抽象基本クラス。class
バイトストリームを JSON にデコードし、ノンブロッキング解析を利用して Jackson 2.x でオブジェクトに変換します。class
バイトストリームを Smile にデコードして、ノンブロッキング解析を活用して、Jackson 2.x でオブジェクトのものに変換します。