java.lang.Object
org.csveed.bean.AbstractMapper<T>
org.csveed.bean.ColumnNameMapper<T>
- Type Parameters:
T
- the generic type
The Class ColumnNameMapper.
-
Field Summary
Fields inherited from class org.csveed.bean.AbstractMapper
beanInstructions
-
Constructor Summary
-
Method Summary
Methods inherited from class org.csveed.bean.AbstractMapper
convert, setBeanInstructions, verifyHeader
-
Constructor Details
-
ColumnNameMapper
public ColumnNameMapper()
-
-
Method Details
-
keys
Description copied from class:AbstractMapper
Keys.- Specified by:
keys
in classAbstractMapper<T>
- Returns:
- the sets the
-
getBeanProperty
Description copied from class:AbstractMapper
Gets the bean property.- Specified by:
getBeanProperty
in classAbstractMapper<T>
- Parameters:
column
- the current column- Returns:
- the bean property
-
checkKey
Description copied from class:AbstractMapper
Check key.- Specified by:
checkKey
in classAbstractMapper<T>
- Parameters:
header
- the headerkey
- the key
-
getColumn
Description copied from class:AbstractMapper
Gets the column.- Specified by:
getColumn
in classAbstractMapper<T>
- Parameters:
row
- the row- Returns:
- the column
-