Class EntityExchangeResult<T>

java.lang.Object
org.springframework.test.web.reactive.server.ExchangeResult
org.springframework.test.web.reactive.server.EntityExchangeResult<T>
Type Parameters:
T - the response body type

public class EntityExchangeResult<T> extends ExchangeResult
ExchangeResult sub-class that exposes the response body fully extracted to a representation of type <T>.
Since:
5.0
Author:
Rossen Stoyanchev
See Also:
  • Method Details

    • getResponseBody

      @Nullable public T getResponseBody()
      Return the entity extracted from the response body.