Annotation Type CSVDateFormat


@Target(FIELD)
@Retention(RUNTIME)
public @interface CSVDateFormat
Tells the CSVWriter to use the given format for a any date or date/time format derived from TemporalAccessor implementing a method format() for conversion to String, and parse() for parsing a String back into a date.

For the formatting syntax see DateTimeFormatter

  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value