Uses of Class
org.nuiton.csv.ExporterConfiguration
Packages that use ExporterConfiguration
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 ExporterConfiguration in org.nuiton.csv
Fields in org.nuiton.csv declared as ExporterConfigurationModifier and TypeFieldDescriptionprotected final ExporterConfiguration<O> Exporter.configurationImmutable exporter configuration.protected final ExporterConfiguration<E> Exporter.ExporterAction.configurationExporter configuration.protected final ExporterConfiguration<O> ExporterBuilder.configurationMethods in org.nuiton.csv with parameters of type ExporterConfigurationModifier and TypeMethodDescriptionstatic <O> ExporterBuilder<O> Exporter.builder(ExporterConfiguration<O> configuration) Creates a new exporter builder from the given configuration.protected static <E> Exporter.ExporterAction<E> Exporter.ExporterAction.of(ExporterConfiguration<E> configuration, Iterable<E> data, boolean writeHeader) static <O> Exporter<O> Exporter.of(ExporterConfiguration<O> configuration) Creates an exporter from the given configuration.Constructors in org.nuiton.csv with parameters of type ExporterConfigurationModifierConstructorDescriptionprotectedExporter(ExporterConfiguration<O> configuration) protectedExporterAction(ExporterConfiguration<E> configuration, boolean writeHeader, Iterable<E> data) ExporterBuilder(ExporterConfiguration<O> configuration)