Interface ExcelValueConverter<TYPE>

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Detail

      • canConvert

        boolean canConvert​(ExcelAttribute excelAttribute,
                           ImportParameters importParameters)
        Indicates whether converter is able to converts given excel attribute
        Parameters:
        importParameters - ImportParameters list of parsed import parameters
        excelAttribute - ExcelAttribute representation of currently processed attribute
        Returns:
        boolean
      • convert

        TYPE convert​(ExcelAttribute excelAttribute,
                     ImportParameters importParameters)
        Converts string value into correct object representation
        Parameters:
        importParameters - ImportParameters list of parsed import parameters
        excelAttribute - ExcelAttribute representation of currently processed attribute
        Returns:
        correct object representation