Interface ExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>

Type Parameters:
ATTRIBUTE - type of ExcelAttribute
All Known Implementing Classes:
DefaultExcelAttributeContext

public interface ExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>
  • Method Details

    • getAttribute

      <TYPE> TYPE getAttribute(@Nonnull String name, @Nonnull Class<TYPE> type)
      Retrieves desired attribute from context
      Type Parameters:
      TYPE - type of desired attribute
      Parameters:
      name - name of the key of desired attribute
      Returns:
      attribute
    • getExcelAttribute

      ATTRIBUTE getExcelAttribute(@Nonnull Class<ATTRIBUTE> type)
      Retrieves ExcelAttribute
      Parameters:
      type -
      Returns:
      ExcelAttribute which is a mandatory attribute in the context