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