Package com.hybris.backoffice.excel.template.mapper
-
Interface Summary Interface Description ExcelMapper<INPUT,OUTPUT> Abstraction which can map given INPUT to Collection of OUTPUT typeToAttributeDescriptorsMapper<INPUT> Allows for mapping given value to collection ofAttributeDescriptorModelToExcelAttributesMapper<INPUT,ATTRIBUTE extends ExcelAttribute> Allows for mapping given value to collection ofAttributeDescriptorModel -
Class Summary Class Description ChainMapper<INPUT,ATTRIBUTE extends ExcelAttribute> Allows to chain twoExcelMappers.ChainMapperTest FromAttributeDescriptorsToExcelAttributesMapper Allows to map Collection<AttributeDescriptorModel> to Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapperTest FromComposedTypeToAttributeDescriptorsMapper Allows to mapComposedTypeModelto Collection<AttributeDescriptorModel>FromComposedTypeToAttributeDescriptorsMapperTest FromExcelResultToAttributeDescriptorsMapper Allows to mapExcelExportResultto Collection<AttributeDescriptorModel>FromExcelResultToAttributeDescriptorsMapperTest FromTypeCodeToAttributeDescriptorsMapper Allows to mapStringto Collection<AttributeDescriptorModel>FromTypeCodeToAttributeDescriptorsMapperTest