Interface WebTestClient.ControllerSpec

All Superinterfaces:
WebTestClient.MockServerSpec<WebTestClient.ControllerSpec>
Enclosing interface:
WebTestClient

public static interface WebTestClient.ControllerSpec extends WebTestClient.MockServerSpec<WebTestClient.ControllerSpec>
Specification for customizing controller configuration equivalent to, and internally delegating to, a WebFluxConfigurer.
Since:
5.0
Author:
Rossen Stoyanchev, Brian Clozel, Sam Brannen, MichaƂ Rowicki