public interface CommentMapper
| Modifier and Type | Method and Description |
|---|---|
Comment |
map(CommentsDto commentsDto,
Post post,
User user) |
CommentsDto |
mapToDto(Comment comment) |
Comment map(CommentsDto commentsDto, Post post, User user)
CommentsDto mapToDto(Comment comment)