欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

JSON: property "xxx" has no getter method in class "..." 博客分类: j2se jsonBeanJava.netthread 

程序员文章站 2024-02-24 20:24:28
...
Exception in thread "main" net.sf.json.JSONException: java.lang.NoSuchMethodException: Property 'name' has no getter method
解决:声明bean为public class xxx,必须是public,我用默认类型(class xxx)都不行