インターフェースの使用
org.springframework.http.converter.SmartHttpMessageConverter
SmartHttpMessageConverter を使用するパッケージ
パッケージ
説明
HttpMessageConverter 抽象化を提供して、Java オブジェクトと HTTP 入出力メッセージ間で変換します。
CBOR データ形式の HttpMessageConverter を提供します。
JSON を処理するための HttpMessageConverter 実装を提供します。
Google プロトコルバッファを処理するための HttpMessageConverter 実装を提供します。
Smile データ形式(「バイナリ JSON」)に HttpMessageConverter を提供します。
XML を処理するための HttpMessageConverter 実装を提供します。
YAML データ形式用の
HttpMessageConverter を提供します。org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。org.springframework.http.converter 内の SmartHttpMessageConverter 使用
修飾子と型クラス説明classAbstractJacksonHttpMessageConverter<T extends tools.jackson.databind.ObjectMapper>Jackson ベースおよびコンテンツ型に依存しないHttpMessageConverter実装の抽象基本クラス。classAbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat>Kotlin 直列化を使用するHttpMessageConverter実装の抽象基本クラス。classほとんどのSmartHttpMessageConverter実装の抽象基本クラス。classKotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>Kotlin バイナリシリアライザーに従うHttpMessageConverter実装の抽象基本クラス。classKotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat>Kotlin 文字列シリアライザーに従うHttpMessageConverter実装の抽象基本クラス。org.springframework.http.converter.cbor 内の SmartHttpMessageConverter 使用
org.springframework.http.converter.json 内の SmartHttpMessageConverter 使用
org.springframework.http.converter.protobuf 内の SmartHttpMessageConverter 使用
org.springframework.http.converter.smile 内の SmartHttpMessageConverter 使用
修飾子と型クラス説明class専用の Jackson 3.x 拡張を使用して Smile データ形式(「バイナリ JSON」)を読み書きできるHttpMessageConverterの実装。org.springframework.http.converter.xml 内の SmartHttpMessageConverter 使用
修飾子と型クラス説明classXML エンコードされたデータを読み書きするための Jackson 3.x 拡張コンポーネントを使用して XML を読み書きできるHttpMessageConverterの実装。org.springframework.http.converter.yaml 内の SmartHttpMessageConverter 使用
修飾子と型クラス説明classorg.springframework.web.servlet.mvc.method.annotation 内の SmartHttpMessageConverter 使用
型 SmartHttpMessageConverter の型引数を持つ org.springframework.web.servlet.mvc.method.annotation のメソッドパラメーター修飾子と型メソッド説明JsonViewRequestBodyAdvice.determineReadHints(MethodParameter parameter, TypeSE targetType, ClassSE<? extends SmartHttpMessageConverter<?>> converterType) KotlinRequestBodyAdvice.determineReadHints(MethodParameter parameter, TypeSE targetType, ClassSE<? extends SmartHttpMessageConverter<?>> converterType) RequestBodyAdvice.determineReadHints(MethodParameter parameter, TypeSE targetType, ClassSE<? extends SmartHttpMessageConverter<?>> converterType) コンバーターがSmartHttpMessageConverterの場合に読み取りヒントを決定するために呼び出されます。