クラスの使用
org.springframework.http.converter.FormHttpMessageConverter
FormHttpMessageConverter を使用するパッケージ
パッケージ
説明
フォーム処理用の包括的な HttpMessageConverter バリアントを提供します。
Bean スタイルの構成を可能にする汎用フィルター基本クラスを提供します。
org.springframework.http.converter.support 内の FormHttpMessageConverter 使用
修飾子と型クラス説明class
FormHttpMessageConverter
の拡張。クラスパスに関連ライブラリが存在する場合に、XML、JSON、Smile、CBOR、Protobuf、Yaml ベースのパーツのサポートを追加します。org.springframework.web.filter 内の FormHttpMessageConverter 使用
型 FormHttpMessageConverter のパラメーターを持つ org.springframework.web.filter のメソッド修飾子と型メソッド説明void
FormContentFilter.setFormConverter
(FormHttpMessageConverter converter) フォームコンテンツの解析に使用するコンバーターを設定します。