Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
org.springframework.boot.autoconfigure.web.reactive.function.client |
Auto-configuration for Spring Framework's functional web client.
|
org.springframework.boot.test.autoconfigure.web.reactive |
Auto-configuration for reactive web tests.
|
Constructor and Description |
---|
WebFluxConfig(ResourceProperties resourceProperties,
WebProperties webProperties,
WebFluxProperties webFluxProperties,
ListableBeanFactory beanFactory,
ObjectProvider<HandlerMethodArgumentResolver> resolvers,
ObjectProvider<CodecCustomizer> codecCustomizers,
ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer,
ObjectProvider<ViewResolver> viewResolvers) |
Modifier and Type | Method and Description |
---|---|
WebClientCodecCustomizer |
WebClientAutoConfiguration.WebClientCodecsConfiguration.exchangeStrategiesCustomizer(ObjectProvider<CodecCustomizer> codecCustomizers) |
Constructor and Description |
---|
WebClientCodecCustomizer(List<CodecCustomizer> codecCustomizers) |
Modifier and Type | Method and Description |
---|---|
SpringBootWebTestClientBuilderCustomizer |
WebTestClientAutoConfiguration.springBootWebTestClientBuilderCustomizer(ObjectProvider<CodecCustomizer> codecCustomizers) |
Constructor and Description |
---|
SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer> codecCustomizers)
Create a new
SpringBootWebTestClientBuilderCustomizer that will configure
the builder's codecs using the given codecCustomizers . |