Enum | Description |
---|---|
CsvFieldNameConvention |
Control how object field names are converted to CSV column header names.
|
Annotation Type | Description |
---|---|
CsvField |
Annotates a field of a CSV entity Java class definition, defining how the
Java field is serialized to and from a corresponding CSV field.
|
CsvFields |
Annotates a CSV entity Java class definition, control how entities of the
specified type are serialized to and from a CSV file.
|
Copyright © 2013 OneBusAway. All Rights Reserved.