Uses of Class
org.nuiton.csv.ImportRow
Packages that use ImportRow
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 ImportRow in org.nuiton.csv
Classes in org.nuiton.csv that implement interfaces with type arguments of type ImportRowMethods in org.nuiton.csv that return types with arguments of type ImportRowConstructors in org.nuiton.csv with parameters of type ImportRowModifierConstructorDescriptionprotectedAbstractImportErrorInfo(ImportRow<E> row, ImportableColumn<E, Object> field, Throwable cause) ImportParseErrorInfo(ImportRow<E> row, ImportableColumn<E, Object> field, String value, Throwable cause) ImportReadErrorInfo(ImportRow<E> row, ImportableColumn<E, Object> field, Throwable cause) ImportSetErrorInfo(ImportRow<E> row, ImportableColumn<E, Object> field, String value, Object parsedValue, Throwable cause)