接口 EntityDecoder<S,T>

类型参数:
S - source stream type
T - target entity type
所有已知子接口:
RequestEntityDecoder<S,T>, ResponseEntityDecoder<S,T>

public interface EntityDecoder<S,T>
从以下版本开始:
1.4.0
作者:
Eric Zhao
  • 方法概要

    修饰符和类型
    方法
    说明
    decode(S source)
    Decode target object from source stream.
  • 方法详细资料

    • decode

      T decode(S source)
      Decode target object from source stream.
      参数:
      source - source stream
      返回:
      decoded target object