| 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,
WebFluxProperties webFluxProperties,
org.springframework.beans.factory.ListableBeanFactory beanFactory,
org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver> resolvers,
org.springframework.beans.factory.ObjectProvider<CodecCustomizer> codecCustomizers,
org.springframework.beans.factory.ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer,
org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers) |
| Modifier and Type | Method and Description |
|---|---|
WebClientCodecCustomizer |
WebClientAutoConfiguration.WebClientCodecsConfiguration.exchangeStrategiesCustomizer(List<CodecCustomizer> codecCustomizers) |
| Constructor and Description |
|---|
WebClientCodecCustomizer(List<CodecCustomizer> codecCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
SpringBootWebTestClientBuilderCustomizer |
WebTestClientAutoConfiguration.springBootWebTestClientBuilderCustomizer(org.springframework.beans.factory.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. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.