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 classColumnMappingImplementation theColumnMapperinterface 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 ColumnMapperColumnMapper. clone()Creates a deep copy of this object with all its mappings.ColumnMapperColumnMapping. 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 ColumnMapperBeanConversionProcessor. 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 voidBeanConversionProcessor. 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 ColumnMapperAbstractRoutines. 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 voidAbstractRoutines. setColumnMapper(ColumnMapper columnMapper)Copies the given column mappings over to this processor.
-