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