| パッケージ | 説明 |
|---|---|
| org.springframework.web.bind.annotation | リクエストをコントローラーおよびハンドラーメソッドにバインドするためのアノテーションと、リクエストパラメーターをメソッド引数にバインドするためのアノテーション。 |
| org.springframework.web.reactive.result.method.annotation | アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。 |
| org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
| 修飾子と型 | クラスと説明 |
|---|---|
interface | DeleteMappingHTTP DELETE リクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 |
interface | GetMappingHTTP GET リクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 |
interface | PatchMappingHTTP PATCH リクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 |
interface | PostMappingHTTP POST リクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 |
interface | PutMappingHTTP PUT リクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected RequestMappingInfo | RequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping requestMapping, RequestCondition<?> customCondition) 提供された @RequestMapping アノテーションから RequestMappingInfo を作成します。これは、直接宣言されたアノテーション、メタアノテーション、アノテーション階層内のアノテーション属性をマージした合成結果のいずれかです。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected RequestMappingInfo | RequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping requestMapping, RequestCondition<?> customCondition) 提供された @RequestMapping アノテーションから RequestMappingInfo を作成します。これは、直接宣言されたアノテーション、メタアノテーション、アノテーション階層内のアノテーション属性をマージした合成結果のいずれかです。 |