Uses of Interface
io.ebean.text.csv.CsvCallback
| Package | Description |
|---|---|
| io.ebean.text.csv |
CSV processing objects.
|
-
Uses of CsvCallback in io.ebean.text.csv
Classes in io.ebean.text.csv that implement CsvCallback Modifier and Type Class Description classDefaultCsvCallback<T>Provides the default implementation of CsvCallback.Methods in io.ebean.text.csv with parameters of type CsvCallback Modifier and Type Method Description voidCsvReader. process(Reader reader, CsvCallback<T> callback)Process the CSV content passing the bean to the CsvCallback after each row.