程序包 org.springframework.web.reactive.function
Provides a foundation for both the reactive client and server subpackages.
接口概要 接口 说明 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.类概要 类 说明 BodyExtractors Static factory methods forBodyExtractorimplementations.BodyInserters Static factory methods forBodyInserterimplementations.异常错误概要 异常错误 说明 UnsupportedMediaTypeException Exception thrown to indicate that aContent-Typeis not supported.