Class ColumnViewDtoMapper
java.lang.Object
ch.nolix.system.midschemaview.modelmapper.ColumnViewDtoMapper
- All Implemented Interfaces:
IColumnViewDtoMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex)
-
Constructor Details
-
ColumnViewDtoMapper
public ColumnViewDtoMapper()
-
-
Method Details
-
mapMidSchemaColumnDtoToColumnViewDto
public ColumnViewDto mapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) - Specified by:
mapMidSchemaColumnDtoToColumnViewDtoin interfaceIColumnViewDtoMapper- Parameters:
columnDto-oneBasedColumnOrdinalIndex-- Returns:
- a new
ColumnViewDtofrom the given columnDto and the given oneBasedColumnOrdinalIndex.
-