Package io.ebean.text.csv
CSV processing objects.
-
Interface Summary Interface Description CsvCallback<T> Provides callback methods for customisation of CSV processing.CsvReader<T> Reads CSV data turning it into object graphs that you can be saved (inserted) or processed yourself. -
Class Summary Class Description DefaultCsvCallback<T> Provides the default implementation of CsvCallback.