Package me.landmesser.simplecsv.annotation
-
Annotation Types Summary Annotation Type Description CSVColumnName Sets the name of the field in the header.CSVDateFormat Tells theCSVWriterto use the given format for a any date or date/time format derived fromTemporalAccessorimplementing a methodformat()for conversion to String, andparse()for parsing a String back into a date.CSVDefaultColumnName Determines the default style of the generated column header names.CSVIgnore Tells the parser to skip the annotated field in export and import.CSVUseConverter CSVUseConverters