-
public final class PlaylistDownloadMapperFunctions to map models from other layers and / or packages into a PlaylistDownload.
-
-
Constructor Summary
Constructors Constructor Description PlaylistDownloadMapper(PlaylistMapper playlistMapper)
-
Method Summary
Modifier and Type Method Description final PlaylistDownloadmap(PopulatedPlaylist populatedPlaylist, List<MediaDownloadEntity> mediaDownloadEntity)Maps from a PopulatedPlaylist and a list of MediaDownloadEntity. -
-
Constructor Detail
-
PlaylistDownloadMapper
PlaylistDownloadMapper(PlaylistMapper playlistMapper)
-
-
Method Detail
-
map
final PlaylistDownload map(PopulatedPlaylist populatedPlaylist, List<MediaDownloadEntity> mediaDownloadEntity)
Maps from a PopulatedPlaylist and a list of MediaDownloadEntity.
-
-
-
-