Package io.ebean.text.csv


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