类 EncoderHttpMessageWriter<T>

  • 类型参数:
    T - the type of objects in the input stream
    所有已实现的接口:
    HttpMessageWriter<T>
    直接已知子类:
    ProtobufHttpMessageWriter

    public class EncoderHttpMessageWriter<T>
    extends Object
    implements HttpMessageWriter<T>
    HttpMessageWriter that wraps and delegates to an Encoder.

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

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