Uses of Interface
io.ebean.text.csv.CsvCallback
Packages that use CsvCallback
-
Uses of CsvCallback in io.ebean.text.csv
Classes in io.ebean.text.csv that implement CsvCallbackModifier and TypeClassDescriptionclassProvides the default implementation of CsvCallback.Methods in io.ebean.text.csv with parameters of type CsvCallbackModifier and TypeMethodDescriptionvoidCsvReader.process(Reader reader, CsvCallback<T> callback) Process the CSV content passing the bean to the CsvCallback after each row.