Interface ExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>

    • Method Detail

      • getAttribute

        <TYPE> TYPE getAttribute​(@Nonnull
                                 java.lang.String name,
                                 @Nonnull
                                 java.lang.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
                                    java.lang.Class<ATTRIBUTE> type)
        Retrieves ExcelAttribute
        Parameters:
        type -
        Returns:
        ExcelAttribute which is a mandatory attribute in the context