Interface AttributeNameFormatter<ATTRIBUTE extends ExcelAttribute>
- Type Parameters:
ATTRIBUTE-ExcelAttributesubtype
- All Known Implementing Classes:
ClassificationAttributeNameFormatter,DisplayNameAttributeNameFormatter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Allows to format given
ExcelAttribute to readable value-
Method Summary
Modifier and TypeMethodDescriptionformat(ExcelAttributeContext<ATTRIBUTE> excelAttributeContext) Formats given input to readable value
-
Method Details
-
format
Formats given input to readable value- Parameters:
excelAttributeContext- a context which contains excel attribute- Returns:
- readable value
-