@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface CsvDate
Date
Calendar
(a GregorianCalendar
is returned)GregorianCalendar
XMLGregorianCalendar
Date
Time
Timestamp
CsvBindByName
or CsvBindByPosition
, otherwise it is ignored.public abstract String value
java.time.format.DateTimeFormatter#ofPattern(java.lang.String)
.
The default value conforms with
ISO 8601 and is
"yyyyMMdd'T'HHmmss"
. Locale information, if specified, is gleaned
from one of the other CSV-related annotations and is used for conversion.Copyright © 2017. All rights reserved.