csv springboot rest controller GET CALL

时间:2018-09-18 20:10:17

标签: spring-mvc

I want to return List GET REST call response as csv .The POJO has LocalDate as one of the field.

The Response has something like ResponseEntity<ErrorMessage,List<Student>>

Can I use CSV mapper to implement this? .Does Jackson CSV mapper supports LocalDate?

0 个答案:

没有答案