org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。参照先: 説明
| インターフェース | 説明 |
|---|---|
| RequestMappingInfo.Builder | RequestMappingInfo を作成するためのビルダーを定義します。 |
| クラス | 説明 |
|---|---|
| AbstractHandlerMethodAdapter | 型 HandlerMethod のハンドラーをサポートする HandlerAdapter 実装の抽象基本クラス。 |
| RequestMappingInfo | マッピング情報をリクエストします。 |
| RequestMappingInfo.BuilderConfiguration | リクエストマッピングの目的で使用される構成オプションのコンテナー。 |
| RequestMappingInfoHandlerMapping | RequestMappingInfo がリクエストとハンドラーメソッド間のマッピングを定義するクラスの抽象基本クラス。 |
| RequestMappingInfoHandlerMethodMappingNamingStrategy | RequestMappingInfo ベースのハンドラーメソッドマッピング用の HandlerMethodMappingNamingStrategy。 |
org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。