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 a
ReactiveHttpInputMessage
body.Defines the context used during the extraction.A combination of functions that can populate aReactiveHttpOutputMessage
body.Defines the context used during the insertion.Extension ofBodyInserter
that allows for adding form data or multipart form data.Extension ofBodyInserters.FormInserter
that 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 a
ReactiveHttpInputMessage
body.A combination of functions that can populate aReactiveHttpOutputMessage
body. -
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 a
ReactiveHttpInputMessage
body.A combination of functions that can populate aReactiveHttpOutputMessage
body. -
Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.server.support