| Package | Description |
|---|---|
| org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient. |
| Modifier and Type | Method and Description |
|---|---|
<T> FluxExchangeResult<T> |
WebTestClient.ResponseSpec.returnResult(Class<T> elementType)
Return the exchange result with the body decoded to
Flux<T>. |
<T> FluxExchangeResult<T> |
WebTestClient.ResponseSpec.returnResult(org.springframework.core.ResolvableType elementType)
Variant of
WebTestClient.ResponseSpec.returnResult(Class) for element types with generics. |