Package org.springframework.web.reactive.function
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.function
Provides a foundation for both the reactive client and server subpackages.
-
ClassDescriptionBodyExtractor<T,
M extends ReactiveHttpInputMessage> A function that can extract data from aReactiveHttpInputMessage
body.Defines the context used during the extraction.Static factory methods forBodyExtractor
implementations.BodyInserter<T,M extends ReactiveHttpOutputMessage> A combination of functions that can populate aReactiveHttpOutputMessage
body.Defines the context used during the insertion.Static factory methods forBodyInserter
implementations.Extension ofBodyInserter
that allows for adding form data or multipart form data.Extension ofBodyInserters.FormInserter
that allows for adding asynchronous parts.Exception thrown to indicate that aContent-Type
is not supported.