我在使用SuperCSV写作时遇到了一些问题。我已经创建了一个Web应用程序模块来从DB导出CSV文件。问题是我如何使用CustomerBean我找到了这段代码,但这里的客户是静态的:
final CustomerBean john = new CustomerBean("1", "John", "Dunbar",
new GregorianCalendar(1945, Calendar.JUNE, 13).getTime(),
"1600 Amphitheatre Parkway\nMountain View, CA 94043\nUnited States", null, null,
"\"May the Force be with you.\" - Star Wars", "jdunbar@gmail.com", 0L);
我得到了这个结果: 无法在类jaca.util.HashMap中找到已提交的First Name的getter,检查相应的nameMapping元素是否与bean中的字段名匹配