Class MandatoryExcelMarkAppender

java.lang.Object
com.hybris.backoffice.excel.template.populator.appender.MandatoryExcelMarkAppender
All Implemented Interfaces:
ExcelMarkAppender<ExcelAttribute>, BiFunction<String,ExcelAttribute,String>, org.springframework.core.Ordered

public class MandatoryExcelMarkAppender extends Object implements ExcelMarkAppender<ExcelAttribute>
Adds a special character "*" to given input, when the given attribute is mandatory
  • Constructor Details

    • MandatoryExcelMarkAppender

      public MandatoryExcelMarkAppender()
  • Method Details