クラスの使用
org.springframework.validation.DataBinder
パッケージ
説明
Web 固有のデータバインディング機能を提供します。
Web データバインディングのサポートクラス。
アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。
org.springframework.web.method.annotation
パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。MVC コントローラーのサポートパッケージ。
org.springframework.web.bind 内の DataBinder 使用
修飾子と型クラス説明class
マルチパートファイルのサポートを含む、サーブレットリクエストパラメーターから JavaBeans へのデータバインディングを実行する特別なDataBinder
。class
Web リクエストパラメーターから JavaBean オブジェクトへのデータバインディング用の特別なDataBinder
。org.springframework.web.bind.support 内の DataBinder 使用
修飾子と型クラス説明class
URL クエリパラメーターまたはリクエストデータ内のフォームデータから Java オブジェクトへのデータバインディングを実行するための特殊なDataBinder
。class
マルチパートファイルのサポートを含む、Web リクエストパラメーターから JavaBeans へのデータバインディングを実行する特別なDataBinder
。org.springframework.web.reactive.result.method.annotation 内の DataBinder 使用
org.springframework.web.servlet.mvc.method.annotation 内の DataBinder 使用
org.springframework.web.servlet.mvc.support 内の DataBinder 使用