Interface RedditInputMediaVideoDTOMapper
public interface RedditInputMediaVideoDTOMapper
InputMediaVideoDTO mapper.-
Method Summary
Modifier and TypeMethodDescriptionmap(Link.Metadata metadata, boolean hasSpoiler) Maps Reddit link metadata to anInputMediaVideoDTO.
-
Method Details
-
map
Maps Reddit link metadata to anInputMediaVideoDTO.- Parameters:
metadata- the Reddit link metadatahasSpoiler- whether the media has a spoiler- Returns:
- the corresponding
InputMediaVideoDTO - Throws:
IOException- if an I/O error occurs during mapping
-