Interface ExcelColumnConverter<X,Y>
- Type Parameters:
X- the type parameter for entity attributeY- the type parameter for excel file attribute
public interface ExcelColumnConverter<X,Y>
The interface Excel column converter.
-
Method Summary
Modifier and Type Method Description XconvertToEntityAttribute(Y data)Convert to entity attribute x.
-
Method Details
-
convertToEntityAttribute
Convert to entity attribute x.- Parameters:
data- the data- Returns:
- the converted value to be stored in the entity attribute
-