インターフェース MockServerRequest.Builder
- 含まれているクラス:
- MockServerRequest
public static interface MockServerRequest.Builder
MockServerRequest
のビルダー。方法の概要
修飾子と型メソッド説明attributes
(MapSE<StringSE, ObjectSE> attributes) build()
contextPath
(StringSE contextPath) cookie
(HttpCookie... cookies) cookies
(MultiValueMap<StringSE, HttpCookie> cookies) exchange
(ServerWebExchange exchange) headers
(HttpHeaders headers) localAddress
(InetSocketAddressSE localAddress) messageReaders
(ListSE<HttpMessageReader<?>> messageReaders) method
(HttpMethod method) pathVariable
(StringSE key, StringSE value) pathVariables
(MapSE<StringSE, StringSE> pathVariables) principal
(PrincipalSE principal) queryParam
(StringSE key, StringSE value) queryParams
(MultiValueMap<StringSE, StringSE> queryParams) remoteAddress
(InetSocketAddressSE remoteAddress) session
(WebSession session)
メソッドの詳細
method
uri
contextPath
header
headers
cookie
cookies
attribute
attributes
queryParam
queryParams
pathVariable
pathVariables
session
principal
remoteAddress
localAddress
messageReaders
exchange
body
build
MockServerRequest build()