クラス HttpInboundEndpointSupportSpec.RequestMappingSpec

java.lang.ObjectSE
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
含まれているクラス:
HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,E>, E extends BaseHttpInboundEndpoint>

public static final class HttpInboundEndpointSupportSpec.RequestMappingSpec extends ObjectSE
RequestMapping の流れるような API。
導入:
5.0
作成者:
Artem Bilan, Gary Russell
  • メソッドの詳細

    • methods

      public HttpInboundEndpointSupportSpec.RequestMappingSpec methods(HttpMethod... supportedMethods)
      プライマリマッピングを絞り込む HTTP リクエストメソッド: GET、POST、HEAD、OPTIONS、PUT、PATCH、DELETE、TRACE。
      パラメーター:
      supportedMethods - 使用する HttpMethod
      戻り値:
      スペック
    • params

      マッピングされたリクエストのパラメーター。プライマリマッピングを絞り込みます。
      パラメーター:
      params - マップ先のリクエストパラメーター。
      戻り値:
      スペック
    • headers

      マッピングされたリクエストのヘッダー。プライマリマッピングを絞り込みます。
      パラメーター:
      headers - マップするリクエストヘッダー。
      戻り値:
      スペック
    • consumes

      マッピングされたリクエストの消費可能なメディア型。プライマリマッピングを絞り込みます。
      パラメーター:
      consumes - Content-Type ヘッダーのメディア型。
      戻り値:
      スペック
    • produces

      マッピングされたリクエストの生成可能なメディア型。プライマリマッピングを絞り込みます。
      パラメーター:
      produces - Accept ヘッダーのメディア型。
      戻り値:
      スペック