Uses of Class
org.nuiton.csv.Exporter.ExporterAction
Packages that use Exporter.ExporterAction
Package
Description
This package contains a framework to import and export data from a
csv file using a model which permits us to validate what to do.
-
Uses of Exporter.ExporterAction in org.nuiton.csv
Methods in org.nuiton.csv that return Exporter.ExporterActionModifier and TypeMethodDescriptionprotected static <E> Exporter.ExporterAction<E> Exporter.ExporterAction.of(ExporterConfiguration<E> configuration, Iterable<E> data, boolean writeHeader)