Uses of Interface
io.ebean.text.csv.CsvCallback
-
Uses of CsvCallback in io.ebean.text.csv
Modifier and TypeClassDescriptionclass
Provides the default implementation of CsvCallback.Modifier and TypeMethodDescriptionvoid
CsvReader.process
(Reader reader, CsvCallback<T> callback) Process the CSV content passing the bean to the CsvCallback after each row.