Uses of Interface
com.univocity.parsers.common.fields.ColumnMapper
Packages that use ColumnMapper
Package
Description
-
Uses of ColumnMapper in com.univocity.parsers.common.fields
Classes in com.univocity.parsers.common.fields that implement ColumnMapperModifier and TypeClassDescriptionfinal class
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 -
Uses of ColumnMapper in com.univocity.parsers.common.processor.core
Methods in com.univocity.parsers.common.processor.core that return ColumnMapperModifier and TypeMethodDescriptionfinal 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 ColumnMapperModifier and TypeMethodDescriptionvoid
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 ColumnMapperModifier and TypeMethodDescriptionAbstractRoutines.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 ColumnMapperModifier and TypeMethodDescriptionvoid
AbstractRoutines.setColumnMapper
(ColumnMapper columnMapper) Copies the given column mappings over to this processor.