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?