Interface ToAttributeDescriptorsMapper<INPUT>
-
- Type Parameters:
INPUT- input - can be ComposedType, typeCode, Workbook etc.
- All Superinterfaces:
ExcelMapper<INPUT,AttributeDescriptorModel>,java.util.function.Function<INPUT,java.util.Collection<AttributeDescriptorModel>>
- All Known Implementing Classes:
FromComposedTypeToAttributeDescriptorsMapper,FromExcelResultToAttributeDescriptorsMapper,FromTypeCodeToAttributeDescriptorsMapper
- 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 ToAttributeDescriptorsMapper<INPUT> extends ExcelMapper<INPUT,AttributeDescriptorModel>
Allows for mapping given value to collection ofAttributeDescriptorModel
-
-
Method Summary
-
Methods inherited from interface com.hybris.backoffice.excel.template.mapper.ExcelMapper
filter
-
-