类 DecoderHttpMessageReader<T>

  • 类型参数:
    T - the type of objects in the decoded output stream
    所有已实现的接口:
    HttpMessageReader<T>
    直接已知子类:
    ResourceHttpMessageReader

    public class DecoderHttpMessageReader<T>
    extends Object
    implements HttpMessageReader<T>
    HttpMessageReader that wraps and delegates to a Decoder.

    Also a HttpMessageReader that pre-resolves decoding hints from the extra information available on the server side such as the request or controller method parameter annotations.

    从以下版本开始:
    5.0
    作者:
    Arjen Poutsma, Sebastien Deleuze, Rossen Stoyanchev