Class MailMapperImpl
java.lang.Object
deu.cse.spring_webmail.mail.mapper.MailMapperImpl
- All Implemented Interfaces:
MailMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2024-05-31T19:49:17+0000",
comments="version: 1.5.5.Final, compiler: javac, environment: Java 17.0.11 (Eclipse Adoptium)")
@Component
public class MailMapperImpl
extends Object
implements MailMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Longprivate LongmailMailKeyMailUid(Mail mail) 매일 엔티티를 매일 DTO로 변환 메일 내용과 첨부파일은 제외므로 별도로 처리해야함Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface deu.cse.spring_webmail.mail.mapper.MailMapper
blobToMessage
-
Constructor Details
-
MailMapperImpl
public MailMapperImpl()
-
-
Method Details
-
toMailDto
Description copied from interface:MailMapper매일 엔티티를 매일 DTO로 변환 메일 내용과 첨부파일은 제외므로 별도로 처리해야함- Specified by:
toMailDtoin interfaceMailMapper- Parameters:
mail- 매일 엔티티- Returns:
- 매일 DTO
-
mailMailKeyMailUid
-
mailMailKeyMailboxMailboxId
-