Interface ExcelColumnConverter<X,​Y>

Type Parameters:
X - the type parameter for entity attribute
Y - the type parameter for excel file attribute

public interface ExcelColumnConverter<X,​Y>
The interface Excel column converter.
  • Method Summary

    Modifier and Type Method Description
    X convertToEntityAttribute​(Y data)
    Convert to entity attribute x.
  • Method Details

    • convertToEntityAttribute

      X convertToEntityAttribute​(Y data)
      Convert to entity attribute x.
      Parameters:
      data - the data
      Returns:
      the converted value to be stored in the entity attribute