Uses of Class
org.nuiton.csv.Exporter
Packages that use Exporter
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 in org.nuiton.csv
Methods in org.nuiton.csv that return ExporterModifier and TypeMethodDescriptionExporterBuilder.build()static <O> Exporter<O> Exporter.of(ExporterConfiguration<O> configuration) Creates an exporter from the given configuration.static <O> Exporter<O> Exporter.of(ExportModel<O> model) Creates an exporter from the given model, and using default configuration values.