インターフェースの使用
org.springframework.http.codec.HttpMessageDecoder
HttpMessageDecoder を使用するパッケージ
パッケージ
説明
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 でオブジェクトのものに変換します。