Schnittstelle IContentModelDtoMapper
- Alle bekannten Implementierungsklassen:
ContentModelDtoMapper
public interface IContentModelDtoMapper
- Version:
- 2024-12-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapContentModelToContentModelDto(IContentModel contentModel)
-
Methodendetails
-
mapContentModelToContentModelDto
- Parameter:
contentModel-- Gibt zurück:
- a new
IContentModelDtofrom the given contentModel. - Löst aus:
RuntimeException- if the given contentModel is null.
-