public static final class HttpInboundEndpointSupportSpec.RequestMappingSpec extends ObjectSE
RequestMapping の流れるような API。| 修飾子と型 | メソッドと説明 |
|---|---|
HttpInboundEndpointSupportSpec.RequestMappingSpec | consumes(StringSE... consumes) マッピングされたリクエストの消費可能なメディア型。プライマリマッピングを絞り込みます。 |
HttpInboundEndpointSupportSpec.RequestMappingSpec | headers(StringSE... headers) マッピングされたリクエストのヘッダー。プライマリマッピングを絞り込みます。 |
HttpInboundEndpointSupportSpec.RequestMappingSpec | methods(HttpMethod... supportedMethods) プライマリマッピングを絞り込む HTTP リクエストメソッド: GET、POST、HEAD、OPTIONS、PUT、PATCH、DELETE、TRACE。 |
HttpInboundEndpointSupportSpec.RequestMappingSpec | params(StringSE... params) マッピングされたリクエストのパラメーター。プライマリマッピングを絞り込みます。 |
HttpInboundEndpointSupportSpec.RequestMappingSpec | produces(StringSE... produces) マッピングされたリクエストの生成可能なメディア型。プライマリマッピングを絞り込みます。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic HttpInboundEndpointSupportSpec.RequestMappingSpec methods(HttpMethod... supportedMethods)
supportedMethods - 使用する HttpMethod。public HttpInboundEndpointSupportSpec.RequestMappingSpec params(StringSE... params)
params - マップ先のリクエストパラメーター。public HttpInboundEndpointSupportSpec.RequestMappingSpec headers(StringSE... headers)
headers - マップするリクエストヘッダー。public HttpInboundEndpointSupportSpec.RequestMappingSpec consumes(StringSE... consumes)
consumes - Content-Type ヘッダーのメディア型。public HttpInboundEndpointSupportSpec.RequestMappingSpec produces(StringSE... produces)
produces - Accept ヘッダーのメディア型。