We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
数据类型如下: {"code":200,"msg":"success","result":[{"field1":"value1","field2":"value2"},{"field1":"value3","field2":"value4"}]} 解析时可以解析到result,result我传的是泛型List,解析出来的Bean是com.alibaba.fastjson.JSONObject,不能转成Bean,报错信息如下: Caused by: java.lang.ClassCastException: com.alibaba.fastjson.JSONObject cannot be cast to com.hellojp.jplibrary.database.my.MyBean,不知道你有没有遇到过这种情况。
The text was updated successfully, but these errors were encountered:
遇到同样的问题
Sorry, something went wrong.
No branches or pull requests
数据类型如下:
{"code":200,"msg":"success","result":[{"field1":"value1","field2":"value2"},{"field1":"value3","field2":"value4"}]}
解析时可以解析到result,result我传的是泛型List,解析出来的Bean是com.alibaba.fastjson.JSONObject,不能转成Bean,报错信息如下:
Caused by: java.lang.ClassCastException: com.alibaba.fastjson.JSONObject cannot be cast to com.hellojp.jplibrary.database.my.MyBean,不知道你有没有遇到过这种情况。
The text was updated successfully, but these errors were encountered: