| 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 | |
| org.springframework.boot.test.autoconfigure.web.reactive |
| Constructor and Description |
|---|
WebFluxConfig(ResourceProperties resourceProperties,
WebFluxProperties webFluxProperties,
org.springframework.beans.factory.ListableBeanFactory beanFactory,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver>> resolvers,
org.springframework.beans.factory.ObjectProvider<List<CodecCustomizer>> codecCustomizers,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer,
org.springframework.beans.factory.ObjectProvider<List<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<Collection<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 © 2018 Pivotal Software, Inc.. All rights reserved.