Class DefaultExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>

java.lang.Object
com.hybris.backoffice.excel.template.populator.DefaultExcelAttributeContext<ATTRIBUTE>
Type Parameters:
ATTRIBUTE - mandatory attribute of context
All Implemented Interfaces:
ExcelAttributeContext<ATTRIBUTE>

public class DefaultExcelAttributeContext<ATTRIBUTE extends ExcelAttribute> extends Object implements ExcelAttributeContext<ATTRIBUTE>
Default implementation of ExcelAttributeContext which can be used excel population process.
See Also: