Class MultivalueExcelMarkAppender
java.lang.Object
com.hybris.backoffice.excel.template.populator.appender.MultivalueExcelMarkAppender
- All Implemented Interfaces:
ExcelMarkAppender<ExcelAttribute>,BiFunction<String,,ExcelAttribute, String> org.springframework.core.Ordered
public class MultivalueExcelMarkAppender
extends Object
implements ExcelMarkAppender<ExcelAttribute>
Adds a special mark when input is multivalue
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
MultivalueExcelMarkAppender
public MultivalueExcelMarkAppender()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<String,ExcelAttribute, String>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-