クラスの使用
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
AbstractNamedValueMethodArgumentResolver を使用するパッケージ
パッケージ
説明
アノテーションベースのハンドラーメソッド処理のクラスをサポートします。
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。org.springframework.web.method.annotation 内の AbstractNamedValueMethodArgumentResolver 使用
修飾子と型クラス説明class@CookieValueアノテーションが付けられたメソッド引数を解決する基本抽象クラス。class@Valueアノテーションが付けられたメソッド引数を解決します。classMapSE 引数を除き、@RequestHeaderアノテーションが付けられたメソッド引数を解決します。class@RequestParamでアノテーションが付けられたメソッド引数、Spring のMultipartResolver抽象化と組み合わせたMultipartFile型の引数、およびサーブレットマルチパートリクエストと組み合わせたjakarta.servlet.http.Part型の引数を解決します。org.springframework.web.servlet.mvc.method.annotation 内の AbstractNamedValueMethodArgumentResolver 使用
org.springframework.web.servlet.mvc.method.annotation 内の AbstractNamedValueMethodArgumentResolver サブクラス修飾子と型クラス説明class@MatrixVariableアノテーションが付けられた引数を解決します。class@PathVariableのアノテーションが付けられたメソッド引数を解決します。class@RequestAttributeのアノテーションが付けられたメソッド引数を解決します。classHttpServletRequestEE からの Cookie 値を解決するAbstractCookieValueMethodArgumentResolver。class@SessionAttributeのアノテーションが付けられたメソッド引数を解決します。