类 EntityExchangeResult<T>

  • 类型参数:
    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>.
    从以下版本开始:
    5.0
    作者:
    Rossen Stoyanchev
    另请参阅:
    FluxExchangeResult