Interface WebTestClient.RouterFunctionSpec
- All Superinterfaces:
WebTestClient.MockServerSpec<WebTestClient.RouterFunctionSpec>
- Enclosing interface:
WebTestClient
public static interface WebTestClient.RouterFunctionSpec
extends WebTestClient.MockServerSpec<WebTestClient.RouterFunctionSpec>
Specification for customizing router function configuration.
- Since:
- 5.0
- Author:
- Rossen Stoyanchev, Brian Clozel, Sam Brannen, MichaĆ Rowicki
-
Method Summary
Modifier and TypeMethodDescriptionhandlerStrategies
(HandlerStrategies handlerStrategies) Configure handler strategies.Methods inherited from interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
apply, build, configureClient, webFilter, webSessionManager
-
Method Details
-
handlerStrategies
Configure handler strategies.
-