質問するログイン新規登録

質問編集履歴

1

誤植

2016/10/24 12:33

投稿

MoonlightEdgeGo
MoonlightEdgeGo

スコア27

title CHANGED
File without changes
body CHANGED
@@ -14,7 +14,7 @@
14
14
  return "";
15
15
  }
16
16
  CsvMapper mapper = new CsvMapper();
17
- CsvSchema schema = mapper.schemaFor(type.getEntityClazz()).withQuoteChar('"');
17
+ CsvSchema schema = mapper.schemaFor(SampleEntity.class).withQuoteChar('"');
18
18
 
19
19
  return mapper.writer(schema).writeValueAsString(master);
20
20