程序包的使用
org.springframework.web.reactive.function
使用org.springframework.web.reactive.function的程序包 程序包 说明 org.springframework.mock.web.reactive.function.server Mock objects for the functional web framework.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.clientpackage.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.mock.web.reactive.function.server使用的org.springframework.web.reactive.function中的类 类 说明 BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.org.springframework.test.web.reactive.server使用的org.springframework.web.reactive.function中的类 类 说明 BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.org.springframework.web.reactive.function使用的org.springframework.web.reactive.function中的类 类 说明 BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.BodyExtractor.Context Defines the context used during the extraction.BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.BodyInserter.Context Defines the context used during the insertion.BodyInserters.FormInserter Extension ofBodyInserterthat allows for adding form data or multipart form data.BodyInserters.MultipartInserter Extension ofBodyInserters.FormInserterthat allows for adding asynchronous parts.org.springframework.web.reactive.function.client使用的org.springframework.web.reactive.function中的类 类 说明 BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.org.springframework.web.reactive.function.client.support使用的org.springframework.web.reactive.function中的类 类 说明 BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.org.springframework.web.reactive.function.server使用的org.springframework.web.reactive.function中的类 类 说明 BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.org.springframework.web.reactive.function.server.support使用的org.springframework.web.reactive.function中的类 类 说明 BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.