Uses of Interface
io.ebean.text.csv.CsvCallback
-
Packages that use 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 class
DefaultCsvCallback<T>
Provides the default implementation of CsvCallback.Methods in io.ebean.text.csv with parameters of type CsvCallback Modifier and Type Method Description void
CsvReader. process(Reader reader, CsvCallback<T> callback)
Process the CSV content passing the bean to the CsvCallback after each row.
-