接口 ResultMapper<T>

所有超级接口:
Function<okhttp3.ResponseBody,T>
所有已知子接口:
ByteResultMapper, JsonResultMapper<T>

public interface ResultMapper<T> extends Function<okhttp3.ResponseBody,T>
结果转化方法:可以将HTTP请求响应体转化为对应类型的Java对象