java.lang.Object
org.csveed.bean.AbstractMapper<T>
org.csveed.bean.ColumnIndexMapper<T>
- Type Parameters:
T- the generic type
The Class ColumnIndexMapper.
-
Field Summary
Fields inherited from class org.csveed.bean.AbstractMapper
beanInstructions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.csveed.bean.AbstractMapper
convert, setBeanInstructions, verifyHeader
-
Constructor Details
-
ColumnIndexMapper
public ColumnIndexMapper()
-
-
Method Details
-
keys
Description copied from class:AbstractMapperKeys.- Specified by:
keysin classAbstractMapper<T>- Returns:
- the sets the
-
getBeanProperty
Description copied from class:AbstractMapperGets the bean property.- Specified by:
getBeanPropertyin classAbstractMapper<T>- Parameters:
currentColumn- the current column- Returns:
- the bean property
-
checkKey
Description copied from class:AbstractMapperCheck key.- Specified by:
checkKeyin classAbstractMapper<T>- Parameters:
header- the headerkey- the key
-
getColumn
Description copied from class:AbstractMapperGets the column.- Specified by:
getColumnin classAbstractMapper<T>- Parameters:
row- the row- Returns:
- the column
-