Annotation Type CsvColumn
-
@Retention(RUNTIME) public @interface CsvColumn
Map csv file column to property- Since:
- 20.12.17
- Author:
- Timo Reymann
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
format
Format for column, used only if datatype is compatible with formatting e. g.String
headerName
Header name, used if the csv should have an header or should be read by header nameint
index
Index of csv column
-