接口 EntityDecoder<S,T>
- 类型参数:
S- source stream typeT- target entity type
- 所有已知子接口:
RequestEntityDecoder<S,,T> ResponseEntityDecoder<S,T>
public interface EntityDecoder<S,T>
- 从以下版本开始:
- 1.4.0
- 作者:
- Eric Zhao
-
方法概要
-
方法详细资料
-
decode
Decode target object from source stream.- 参数:
source- source stream- 返回:
- decoded target object
-