public class ApiResultFunc<T> extends java.lang.Object
描述:定义了ApiResult结果转换Func
protected Gson
gson
protected java.lang.reflect.Type
type
ApiResultFunc(java.lang.reflect.Type type)
ApiResult<T>
apply(ResponseBody responseBody)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected java.lang.reflect.Type type
protected Gson gson
public ApiResultFunc(java.lang.reflect.Type type)
public ApiResult<T> apply(ResponseBody responseBody) throws java.lang.Exception
java.lang.Exception