Interface ExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>
- Type Parameters:
ATTRIBUTE- type ofExcelAttribute
- All Known Implementing Classes:
DefaultExcelAttributeContext
public interface ExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>
-
Method Summary
Modifier and TypeMethodDescription<TYPE> TYPEgetAttribute(String name, Class<TYPE> type) Retrieves desired attribute from contextgetExcelAttribute(Class<ATTRIBUTE> type) Retrieves ExcelAttribute
-
Method Details
-
getAttribute
Retrieves desired attribute from context- Type Parameters:
TYPE- type of desired attribute- Parameters:
name- name of the key of desired attribute- Returns:
- attribute
-
getExcelAttribute
Retrieves ExcelAttribute- Parameters:
type-- Returns:
- ExcelAttribute which is a mandatory attribute in the context
-