Uses of Interface
com.univocity.parsers.common.fields.ColumnMapper
-
Packages that use ColumnMapper Package Description com.univocity.parsers.common.fields com.univocity.parsers.common.processor.core com.univocity.parsers.common.routine -
-
Uses of ColumnMapper in com.univocity.parsers.common.fields
Classes in com.univocity.parsers.common.fields that implement ColumnMapper Modifier and Type Class Description class
ColumnMapping
Implementation theColumnMapper
interface which allows users to manually define mappings from attributes/methods of a given class to columns to be parsed or written.Methods in com.univocity.parsers.common.fields that return ColumnMapper Modifier and Type Method Description ColumnMapper
ColumnMapper. clone()
Creates a deep copy of this object with all its mappings.ColumnMapper
ColumnMapping. clone()
-
Uses of ColumnMapper in com.univocity.parsers.common.processor.core
Methods in com.univocity.parsers.common.processor.core that return ColumnMapper Modifier and Type Method Description ColumnMapper
BeanConversionProcessor. getColumnMapper()
Returns a mapper that allows users to manually define mappings from attributes/methods of a given class to columns to be parsed or written.Methods in com.univocity.parsers.common.processor.core with parameters of type ColumnMapper Modifier and Type Method Description void
BeanConversionProcessor. setColumnMapper(ColumnMapper columnMapper)
Copies the given column mappings over to this processor. -
Uses of ColumnMapper in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return ColumnMapper Modifier and Type Method Description ColumnMapper
AbstractRoutines. getColumnMapper()
Returns a mapper that allows users to manually define mappings from attributes/methods of a given class to columns to be parsed or written in routines that manipulate java beans.Methods in com.univocity.parsers.common.routine with parameters of type ColumnMapper Modifier and Type Method Description void
AbstractRoutines. setColumnMapper(ColumnMapper columnMapper)
Copies the given column mappings over to this processor.
-