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,
ListableBeanFactory beanFactory,
ObjectProvider<List<HandlerMethodArgumentResolver>> resolvers,
ObjectProvider<List<CodecCustomizer>> codecCustomizers,
ObjectProvider<org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer,
ObjectProvider<List<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(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 © 2019 Pivotal Software, Inc.. All rights reserved.