Class ExcelStringValueConverter

java.lang.Object
com.hybris.backoffice.excel.validators.engine.converters.ExcelStringValueConverter
All Implemented Interfaces:
ExcelValueConverter<String>, org.springframework.core.Ordered

public class ExcelStringValueConverter extends Object implements ExcelValueConverter<String>
Default excel value converter which converts cell value into string
  • Constructor Details

    • ExcelStringValueConverter

      public ExcelStringValueConverter()
  • Method Details