Schnittstelle ITableDtoMapper

Alle bekannten Implementierungsklassen:
TableDtoMapper

public interface ITableDtoMapper
Version:
2024-12-18
Autor:
Silvan Wyss
  • Methodendetails

    • mapTableToTableDto

      TableDto mapTableToTableDto(ITable table)
      Parameter:
      table -
      Gibt zurück:
      a new TableDto from the given table.
      Löst aus:
      RuntimeException - if the given table is null.