Package | Description |
---|---|
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
Modifier and Type | Method and Description |
---|---|
WebTestClient.ControllerSpec |
WebTestClient.ControllerSpec.corsMappings(Consumer<CorsRegistry> consumer)
Configure CORS support.
|
Modifier and Type | Method and Description |
---|---|
void |
WebFluxConfigurerComposite.addCorsMappings(CorsRegistry registry) |
default void |
WebFluxConfigurer.addCorsMappings(CorsRegistry registry)
Configure "global" cross origin request processing.
|
protected void |
DelegatingWebFluxConfiguration.addCorsMappings(CorsRegistry registry) |
protected void |
WebFluxConfigurationSupport.addCorsMappings(CorsRegistry registry)
Override this method to configure cross origin requests processing.
|