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