クラスの使用
org.springframework.http.converter.AbstractSmartHttpMessageConverter
AbstractSmartHttpMessageConverter を使用するパッケージ
パッケージ
説明
HttpMessageConverter 抽象化を提供して、Java オブジェクトと HTTP 入出力メッセージ間で変換します。
CBOR データ形式の HttpMessageConverter を提供します。
JSON を処理するための HttpMessageConverter 実装を提供します。
Google プロトコルバッファを処理するための HttpMessageConverter 実装を提供します。
Smile データ形式(「バイナリ JSON」)に HttpMessageConverter を提供します。
XML を処理するための HttpMessageConverter 実装を提供します。
YAML データ形式用の
HttpMessageConverter を提供します。org.springframework.http.converter 内の AbstractSmartHttpMessageConverter 使用
修飾子と型クラス説明classAbstractJacksonHttpMessageConverter<T extends tools.jackson.databind.ObjectMapper>Jackson ベースおよびコンテンツ型に依存しないHttpMessageConverter実装の抽象基本クラス。classAbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat>Kotlin 直列化を使用するHttpMessageConverter実装の抽象基本クラス。classKotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>Kotlin バイナリシリアライザーに従うHttpMessageConverter実装の抽象基本クラス。classKotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat>Kotlin 文字列シリアライザーに従うHttpMessageConverter実装の抽象基本クラス。org.springframework.http.converter.cbor 内の AbstractSmartHttpMessageConverter 使用
org.springframework.http.converter.json 内の AbstractSmartHttpMessageConverter 使用
org.springframework.http.converter.protobuf 内の AbstractSmartHttpMessageConverter 使用
org.springframework.http.converter.smile 内の AbstractSmartHttpMessageConverter 使用
修飾子と型クラス説明class専用の Jackson 3.x 拡張を使用して Smile データ形式(「バイナリ JSON」)を読み書きできるHttpMessageConverterの実装。org.springframework.http.converter.xml 内の AbstractSmartHttpMessageConverter 使用
修飾子と型クラス説明classXML エンコードされたデータを読み書きするための Jackson 3.x 拡張コンポーネントを使用して XML を読み書きできるHttpMessageConverterの実装。org.springframework.http.converter.yaml 内の AbstractSmartHttpMessageConverter 使用
修飾子と型クラス説明class