クラスの使用
org.springframework.http.codec.AbstractJacksonDecoder
AbstractJacksonDecoder を使用するパッケージ
パッケージ
説明
CBOR エンコーダーとデコーダーのサポート。
JSON エンコーダーおよびデコーダーのサポート。
Smile データ形式 (「バイナリ JSON」) 用のエンコーダーとデコーダーを提供します。
XML エンコーダーおよびデコーダーのサポート。
org.springframework.http.codec.cbor 内の AbstractJacksonDecoder 使用
org.springframework.http.codec.json 内の AbstractJacksonDecoder 使用
org.springframework.http.codec.smile 内の AbstractJacksonDecoder 使用
修飾子と型クラス説明classノンブロッキング解析を活用して、バイトストリームを Smile にデコードし、Jackson 3.x を使用してオブジェクトに変換します。org.springframework.http.codec.xml 内の AbstractJacksonDecoder 使用