Class DecoderHttpMessageReader<T>

java.lang.Object
org.springframework.http.codec.DecoderHttpMessageReader<T>
Type Parameters:
T - the type of objects in the decoded output stream
All Implemented Interfaces:
HttpMessageReader<T>
Direct Known Subclasses:
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.

Since:
5.0
Author:
Arjen Poutsma, Sebastien Deleuze, Rossen Stoyanchev