Net
/
com.drake.net.response
/
convert
convert
inline fun <
R
>
Response
.
convert
():
R
Content copied to clipboard
响应体使用转换器处理数据
fun <
R
>
Response
.
convert
(type:
Type
):
R
Content copied to clipboard
响应体使用转换器处理数据 本方法仅为兼容Java使用存在
Parameters
type
如果存在泛型嵌套要求使用
typeTokenOf
或者
TypeToken
获取, 否则泛型会被擦除导致无法解析