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 classImplementation 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 -
Uses of ColumnMapper in com.univocity.parsers.common.processor.core
Methods in com.univocity.parsers.common.processor.core that return ColumnMapperModifier and TypeMethodDescriptionfinal 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 ColumnMapperModifier and TypeMethodDescriptionvoidBeanConversionProcessor.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 TypeMethodDescriptionvoidAbstractRoutines.setColumnMapper(ColumnMapper columnMapper) Copies the given column mappings over to this processor.