| Modifier and Type | Method and Description |
|---|---|
ExcelMapper<ComposedTypeModel,AttributeDescriptorModel> |
DefaultExcelExportDivider.getMapper() |
ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute> |
HeaderPromptWorkbookDecorator.getMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExcelExportDivider.setMapper(ExcelMapper<ComposedTypeModel,AttributeDescriptorModel> mapper) |
void |
HeaderPromptWorkbookDecorator.setMapper(ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute> mapper) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ToAttributeDescriptorsMapper<INPUT>
Allows for mapping given value to collection of
AttributeDescriptorModel |
interface |
ToExcelAttributesMapper<INPUT,ATTRIBUTE extends ExcelAttribute>
Allows for mapping given value to collection of
AttributeDescriptorModel |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainMapper<INPUT,ATTRIBUTE extends ExcelAttribute>
Allows to chain two
ExcelMappers. |
class |
FromAttributeDescriptorsToExcelAttributesMapper
Allows to map Collection<
AttributeDescriptorModel> to Collection<ExcelAttributeDescriptorAttribute> |
class |
FromComposedTypeToAttributeDescriptorsMapper
Allows to map
ComposedTypeModel to Collection<AttributeDescriptorModel> |
class |
FromExcelResultToAttributeDescriptorsMapper
Allows to map
ExcelExportResult to Collection<AttributeDescriptorModel> |
class |
FromTypeCodeToAttributeDescriptorsMapper
Allows to map
String to Collection<AttributeDescriptorModel> |
| Modifier and Type | Method and Description |
|---|---|
void |
FromTypeCodeToAttributeDescriptorsMapper.setMapper(ExcelMapper<ComposedTypeModel,AttributeDescriptorModel> mapper) |
void |
FromExcelResultToAttributeDescriptorsMapper.setMapper(ExcelMapper<java.lang.String,AttributeDescriptorModel> mapper) |
void |
ChainMapper.setMapper1(ExcelMapper<INPUT,AttributeDescriptorModel> mapper1) |
void |
ChainMapper.setMapper2(ExcelMapper<java.util.Collection<AttributeDescriptorModel>,ATTRIBUTE> mapper2) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeSystemSheetPopulator.setMapper(ExcelMapper<ExcelExportResult,AttributeDescriptorModel> mapper) |
| Modifier and Type | Method and Description |
|---|---|
ExcelMapper<java.lang.String,AttributeDescriptorModel> |
WorkbookMandatoryColumnsValidator.getMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbookMandatoryColumnsValidator.setMapper(ExcelMapper<java.lang.String,AttributeDescriptorModel> mapper) |
Copyright © 2018 SAP SE. All Rights Reserved.