Interface ExcelMarkAppender<T extends ExcelAttribute>
- Type Parameters:
T-
- All Superinterfaces:
BiFunction<String,,T, String> org.springframework.core.Ordered
- All Known Implementing Classes:
MandatoryExcelMarkAppender,MultivalueExcelMarkAppender,ReadonlyExcelMarkAppender,UniqueExcelMarkAppender
public interface ExcelMarkAppender<T extends ExcelAttribute>
extends org.springframework.core.Ordered, BiFunction<String,T,String>
Allows to append special character to given input
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, applyMethods inherited from interface org.springframework.core.Ordered
getOrder