Uses of Package
org.springframework.web.reactive.function
Packages that use org.springframework.web.reactive.function
Package
Description
Mock objects for the functional web framework.
Support for testing Spring WebFlux server endpoints via
 
WebTestClient.Provides a foundation for both the reactive client and server subpackages.
Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.Classes supporting the 
org.springframework.web.reactive.function.client package.Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the 
org.springframework.web.reactive.function.server package.- 
Classes in org.springframework.web.reactive.function used by org.springframework.mock.web.reactive.function.server
- 
Classes in org.springframework.web.reactive.function used by org.springframework.test.web.reactive.server
- 
Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.functionClassDescriptionA function that can extract data from aReactiveHttpInputMessagebody.Defines the context used during the extraction.A combination of functions that can populate aReactiveHttpOutputMessagebody.Defines the context used during the insertion.Extension ofBodyInserterthat allows for adding form data or multipart form data.Extension ofBodyInserters.FormInserterthat allows for adding asynchronous parts.
- 
Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.clientClassDescriptionA function that can extract data from aReactiveHttpInputMessagebody.A combination of functions that can populate aReactiveHttpOutputMessagebody.
- 
Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.client.support
- 
Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.serverClassDescriptionA function that can extract data from aReactiveHttpInputMessagebody.A combination of functions that can populate aReactiveHttpOutputMessagebody.
- 
Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.server.support