Uses of Interface
org.springframework.web.reactive.config.WebFluxConfigurer
Packages that use WebFluxConfigurer Package Description org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.Uses of WebFluxConfigurer in org.springframework.web.reactive.config
Classes in org.springframework.web.reactive.config that implement WebFluxConfigurer Modifier and Type Class Description classWebFluxConfigurerCompositeAWebFluxConfigurerthat delegates to one or more others.Method parameters in org.springframework.web.reactive.config with type arguments of type WebFluxConfigurer Modifier and Type Method Description voidWebFluxConfigurerComposite. addWebFluxConfigurers(List<WebFluxConfigurer> configurers)voidDelegatingWebFluxConfiguration. setConfigurers(List<WebFluxConfigurer> configurers)