Interface TypedMessageBodyReader<T>

Type Parameters:
T - The type
All Superinterfaces:
MessageBodyReader<T>
All Known Subinterfaces:
TypedMessageBodyHandler<T>
All Known Implementing Classes:
NettyByteBufMessageBodyHandler, NettyWritableBodyWriter, StringBodyReader, TextPlainObjectBodyReader, WritableBodyWriter

public interface TypedMessageBodyReader<T> extends MessageBodyReader<T>
A body reader MessageBodyReader with a type argument.
Since:
4.6
Author:
Denis Stepanov