package io.delphiplatform.api.v3.model.mapper;

import com.sonymusic.delphi.etl.apps.proto.Youtube.YoutubeOperatingSystem;

import fr.xebia.extras.selma.IgnoreMissing;
import fr.xebia.extras.selma.Mapper;
import io.delphiplatform.api.v3.model.video.YouTubeOperatingSystem;

@Mapper(withIgnoreMissing = IgnoreMissing.ALL, withCustom = JsonNullableMappings.class)
public interface YouTubeOperatingSystemMapper {

    YouTubeOperatingSystem toOperatingSystem(YoutubeOperatingSystem deviceType);

}
