Uses of Class
org.springframework.web.reactive.config.WebFluxConfigurationSupport
Packages that use WebFluxConfigurationSupport Package Description org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.Uses of WebFluxConfigurationSupport in org.springframework.web.reactive.config
Subclasses of WebFluxConfigurationSupport in org.springframework.web.reactive.config Modifier and Type Class Description classDelegatingWebFluxConfigurationA subclass ofWebFluxConfigurationSupportthat detects and delegates to all beans of typeWebFluxConfigurerallowing them to customize the configuration provided byWebFluxConfigurationSupport.