Interface ObjectDecoder<T>

All Known Subinterfaces:
ObjectCodec<T>
All Known Implementing Classes:
AbstractCharDataObjectCodec

public interface ObjectDecoder<T>
Read the HTTP request body data to a Java object.