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 Details

    • MailMapperImpl

      public MailMapperImpl()
  • Method Details

    • toMailDto

      public MailDto toMailDto(Mail mail)
      Description copied from interface: MailMapper
      매일 엔티티를 매일 DTO로 변환 메일 내용과 첨부파일은 제외므로 별도로 처리해야함
      Specified by:
      toMailDto in interface MailMapper
      Parameters:
      mail - 매일 엔티티
      Returns:
      매일 DTO
    • mailMailKeyMailUid

      private Long mailMailKeyMailUid(Mail mail)
    • mailMailKeyMailboxMailboxId

      private Long mailMailKeyMailboxMailboxId(Mail mail)