Uses of Class
org.springframework.web.reactive.config.CorsRegistry
Packages that use 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
Method parameters in org.springframework.test.web.reactive.server with type arguments of type CorsRegistryModifier and TypeMethodDescriptionWebTestClient.ControllerSpec.corsMappings(Consumer<CorsRegistry> consumer) Configure CORS support. -
Uses of CorsRegistry in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config with parameters of type CorsRegistryModifier and TypeMethodDescriptionprotected voidDelegatingWebFluxConfiguration.addCorsMappings(CorsRegistry registry) protected voidWebFluxConfigurationSupport.addCorsMappings(CorsRegistry registry) Override this method to configure cross origin requests processing.default voidWebFluxConfigurer.addCorsMappings(CorsRegistry registry) Configure "global" cross origin request processing.voidWebFluxConfigurerComposite.addCorsMappings(CorsRegistry registry)