Enum クラスの使用箇所
org.springframework.web.bind.annotation.RequestMethod
RequestMethod を使用するパッケージ
パッケージ
説明
リクエストをコントローラーおよびハンドラーメソッドにバインドするためのアノテーションと、リクエストパラメーターをメソッド引数にバインドするためのアノテーション。
RequestCondition およびさまざまな条件に基づいてリクエストを照合するための実装。 ハンドラーメソッド処理のインフラストラクチャ。
条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。
org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。org.springframework.web.bind.annotation 内の RequestMethod 使用
org.springframework.web.bind.annotation 内の型引数 RequestMethod を持つサブクラス修飾子と型メソッド説明static @Nullable RequestMethod指定されたメソッド値をRequestMethod列挙値に解決します。static @Nullable RequestMethodRequestMethod.resolve(HttpMethod httpMethod) 指定されたHttpMethodをRequestMethod列挙値に解決します。static RequestMethod指定された名前でこのクラスの列挙型定数を返します。static RequestMethod[]RequestMethod.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。org.springframework.web.reactive.result.condition 内の RequestMethod 使用
型 RequestMethod の引数を持つ型を返す org.springframework.web.reactive.result.condition のメソッド修飾子と型メソッド説明protected CollectionSE<RequestMethod> RequestMethodsRequestCondition.getContent()RequestMethodsRequestCondition.getMethods()この条件に含まれるすべてのRequestMethodsを返します。型 RequestMethod のパラメーターを持つ org.springframework.web.reactive.result.condition のコンストラクター修飾子コンストラクター説明RequestMethodsRequestCondition(RequestMethod... requestMethods) 指定されたリクエストメソッドで新しいインスタンスを作成します。org.springframework.web.reactive.result.method 内の RequestMethod 使用
型 RequestMethod のパラメーターを持つ org.springframework.web.reactive.result.method のメソッドorg.springframework.web.servlet.mvc.condition 内の RequestMethod 使用
型 RequestMethod の引数を持つ型を返す org.springframework.web.servlet.mvc.condition のメソッド修飾子と型メソッド説明protected CollectionSE<RequestMethod> RequestMethodsRequestCondition.getContent()RequestMethodsRequestCondition.getMethods()この条件に含まれるすべてのRequestMethodsを返します。型 RequestMethod のパラメーターを持つ org.springframework.web.servlet.mvc.condition のコンストラクター修飾子コンストラクター説明RequestMethodsRequestCondition(RequestMethod... requestMethods) 指定されたリクエストメソッドで新しいインスタンスを作成します。org.springframework.web.servlet.mvc.method 内の RequestMethod 使用
型 RequestMethod のパラメーターを持つ org.springframework.web.servlet.mvc.method のメソッド