类的使用
org.springframework.test.web.reactive.server.ExchangeResult
使用ExchangeResult的程序包 程序包 说明 org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.test.web.reactive.server中ExchangeResult的使用
org.springframework.test.web.reactive.server中ExchangeResult的子类 修饰符和类型 类 说明 classEntityExchangeResult<T>ExchangeResultsub-class that exposes the response body fully extracted to a representation of type<T>.classFluxExchangeResult<T>ExchangeResultvariant with the response body decoded asFlux<T>but not yet consumed.