Interface ToExcelAttributesMapper<INPUT,ATTRIBUTE extends ExcelAttribute>
-
- Type Parameters:
INPUT- input - can be ComposedType, typeCode, Workbook etc.ATTRIBUTE- type of elements in the collection - must be subtype ofExcelAttribute
- All Superinterfaces:
ExcelMapper<INPUT,ATTRIBUTE>,java.util.function.Function<INPUT,java.util.Collection<ATTRIBUTE>>
- All Known Implementing Classes:
FromAttributeDescriptorsToExcelAttributesMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ToExcelAttributesMapper<INPUT,ATTRIBUTE extends ExcelAttribute> extends ExcelMapper<INPUT,ATTRIBUTE>
Allows for mapping given value to collection ofAttributeDescriptorModel
-
-
Method Summary
-
Methods inherited from interface com.hybris.backoffice.excel.template.mapper.ExcelMapper
filter
-
-