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