アノテーションインターフェースの使用
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 のクラス修飾子と型クラス説明@interfaceHTTPDELETEリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。@interfaceHTTPGETリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。@interfaceHTTPPATCHリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。@interfaceHTTPPOSTリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。@interfaceHTTPPUTリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。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を作成します。これは、直接宣言されたアノテーション、メタアノテーション、アノテーション階層内のアノテーション属性をマージした合成結果のいずれかです。