Uses of Class
org.csveed.common.Column
Package
Description
The package responsible for converting Rows to Beans.
Contains common code for csveed.
The package responsible for converting a group of tokens into Header and Rows.
-
Uses of Column in org.csveed.bean
Modifier and TypeMethodDescriptionprotected abstract Column
Gets the column.protected Column
protected Column
BeanInstructions.getStartIndexDynamicColumns()
The first column that counts as a dynamic column.BeanInstructionsImpl.getStartIndexDynamicColumns()
Modifier and TypeMethodDescriptionBeanProperties.columnIndexKeys()
Column index keys.BeanProperties.columnNameKeys()
Column name keys.AbstractMapper.keys()
Keys.ColumnIndexMapper.keys()
ColumnNameMapper.keys()
Modifier and TypeMethodDescriptionprotected abstract void
Check key.protected void
protected void
From index.From name.abstract BeanProperty
AbstractMapper.getBeanProperty
(Column currentColumn) Gets the bean property.ColumnIndexMapper.getBeanProperty
(Column currentColumn) ColumnNameMapper.getBeanProperty
(Column column) boolean
DynamicColumn.isDynamicColumnActive
(Column currentColumn) Checks if is dynamic column active.ModifierConstructorDescriptionDynamicColumn
(Column configuredStartColumn) Instantiates a new dynamic column. -
Uses of Column in org.csveed.common
Modifier and TypeMethodDescriptionColumn.nextColumn()
Next column.Column.nextLine()
Next line.Sets the header. -
Uses of Column in org.csveed.row
Modifier and TypeMethodDescriptionprotected CellPositionInRow
LineWithInfo.getCellPosition
(Column column) Gets the cell position.Line.reportOnColumn
(Column column) Report on column.LineWithInfo.reportOnColumn
(Column column)