| Interface | Description |
|---|---|
| ExcelMapper<INPUT,OUTPUT> |
Abstraction which can map given INPUT to Collection of OUTPUT type
|
| ToAttributeDescriptorsMapper<INPUT> |
Allows for mapping given value to collection of
AttributeDescriptorModel |
| ToExcelAttributesMapper<INPUT,ATTRIBUTE extends ExcelAttribute> |
Allows for mapping given value to collection of
AttributeDescriptorModel |
| Class | Description |
|---|---|
| ChainMapper<INPUT,ATTRIBUTE extends ExcelAttribute> |
Allows to chain two
ExcelMappers. |
| ChainMapperTest | |
| FromAttributeDescriptorsToExcelAttributesMapper |
Allows to map Collection<
AttributeDescriptorModel> to Collection<ExcelAttributeDescriptorAttribute> |
| FromAttributeDescriptorsToExcelAttributesMapperTest | |
| FromComposedTypeToAttributeDescriptorsMapper |
Allows to map
ComposedTypeModel to Collection<AttributeDescriptorModel> |
| FromComposedTypeToAttributeDescriptorsMapperTest | |
| FromExcelResultToAttributeDescriptorsMapper |
Allows to map
ExcelExportResult to Collection<AttributeDescriptorModel> |
| FromExcelResultToAttributeDescriptorsMapperTest | |
| FromTypeCodeToAttributeDescriptorsMapper |
Allows to map
String to Collection<AttributeDescriptorModel> |
| FromTypeCodeToAttributeDescriptorsMapperTest |
Copyright © 2018 SAP SE. All Rights Reserved.