Package | Description |
---|---|
com.univocity.parsers.common.fields | |
com.univocity.parsers.common.processor.core | |
com.univocity.parsers.common.routine |
Modifier and Type | Class and Description |
---|---|
class |
ColumnMapping
Implementation the
ColumnMapper interface which allows
users to manually define mappings from attributes/methods of a given class
to columns to be parsed or written. |
Modifier and Type | Method and Description |
---|---|
ColumnMapper |
ColumnMapping.clone() |
ColumnMapper |
ColumnMapper.clone()
Creates a deep copy of this object with all its mappings.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanConversionProcessor.setColumnMapper(ColumnMapper columnMapper)
Copies the given column mappings over to this processor.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRoutines.setColumnMapper(ColumnMapper columnMapper)
Copies the given column mappings over to this processor.
|
Copyright © 2020 Univocity Software Pty Ltd. All rights reserved.