Interface ExcelImportWorkbookDecorator
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Subinterfaces:
ExcelImportWorkbookValidationAwareDecorator
- All Known Implementing Classes:
AbstractExcelImportWorkbookDecorator,DefaultExcelImportClassificationWorkbookDecorator
public interface ExcelImportWorkbookDecorator
extends org.springframework.core.Ordered
Excel decorator used by
DefaultExcelImportWorkbookPostProcessor mechanism. Each decorator can modify impex
which will be imported by adding new content-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(ExcelImportResult excelImportResult) DecoratesImpexobject.Methods inherited from interface org.springframework.core.Ordered
getOrder