Package org.springframework.web.reactive.function
Provides a foundation for both the reactive client and server subpackages.
Interface Summary Interface Description BodyExtractor<T,M extends ReactiveHttpInputMessage> A function that can extract data from aReactiveHttpInputMessagebody.BodyExtractor.Context Defines the context used during the extraction.BodyInserter<T,M extends ReactiveHttpOutputMessage> A combination of functions that can populate aReactiveHttpOutputMessagebody.BodyInserter.Context Defines the context used during the insertion.BodyInserters.FormInserter<T> Extension ofBodyInserterthat allows for adding form data or multipart form data.BodyInserters.MultipartInserter Extension ofBodyInserters.FormInserterthat allows for adding asynchronous parts.Class Summary Class Description BodyExtractors Static factory methods forBodyExtractorimplementations.BodyInserters Static factory methods forBodyInserterimplementations.Exception Summary Exception Description UnsupportedMediaTypeException Exception thrown to indicate that aContent-Typeis not supported.