質問編集履歴

1

誤植

2016/10/24 12:33

投稿

MoonlightEdgeGo
MoonlightEdgeGo

スコア27

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  CsvMapper mapper = new CsvMapper();
32
32
 
33
- CsvSchema schema = mapper.schemaFor(type.getEntityClazz()).withQuoteChar('"');
33
+ CsvSchema schema = mapper.schemaFor(SampleEntity.class).withQuoteChar('"');
34
34
 
35
35
 
36
36