当前位置 : 主页 > 编程语言 > java >

Pb(100) The method getType() is undefined for the type new TypeToken<List<String&g

来源:互联网 收集:自由互联 发布时间:2022-07-14
使用了greendao,在bean里面用了@Keep,然后将集合和json来回转换,用到了如下代码: Gson gson = new Gson(); gson.fromJson(cacheUser.getJsonFriends(),new TypeTokenListString(){}.getType()); 然后Build时报错上面那条


使用了greendao,在bean里面用了@Keep,然后将集合和json来回转换,用到了如下代码:

Gson gson = new Gson();
gson.fromJson(cacheUser.getJsonFriends(),new TypeToken<List<String>>(){}.getType());

然后Build时报错上面那条。放到别的类正常,不解,记录一下。


网友评论