Uses of Interface
csv.util.RowConverter
Packages that use RowConverter
Package
Description
Some utility classes for copying tables to each other and wrapper classes
that ease reading and writing objects.
-
Uses of RowConverter in csv.util
Fields in csv.util declared as RowConverterMethods in csv.util that return RowConverterMethods in csv.util with parameters of type RowConverterModifier and TypeMethodDescriptionvoidObjectReader.setConverter(RowConverter<T> converter) Sets the row converter.Constructors in csv.util with parameters of type RowConverterModifierConstructorDescriptionObjectReader(TableReader reader, RowConverter<T> converter, boolean hasHeaderRow) Constructor.