team-xquare/v1-service-notification

Mapper UnMapped properties

Closed this issue · 0 comments

Describe

Mapper에서 변환해주는 Entity와 Aggreate에 매칭되지 않는 부분이 존재한다.

How

No response

Environment

No response

Additional

/Users/leeseojune/Documents/Project/v1-service-notification/notification-infrastructure/build/tmp/kapt3/stubs/main/io/github/v1servicenotification/domain/setting/mapper/SettingMapper.java:10: warning: Unmapped target properties: "settingId, isActivated".
    public abstract io.github.v1servicenotification.domain.setting.domain.SettingEntity settingDomainToEntity(@org.jetbrains.annotations.NotNull
                                                                                        ^
/Users/leeseojune/Documents/Project/v1-service-notification/notification-infrastructure/build/tmp/kapt3/stubs/main/io/github/v1servicenotification/domain/setting/mapper/SettingMapper.java:14: warning: Unmapped target properties: "userId, notificationCategoryId, isActivated".
    public abstract io.github.v1servicenotification.setting.Setting settingEntityToDomain(@org.jetbrains.annotations.NotNull
                                                                    ^
/Users/leeseojune/Documents/Project/v1-service-notification/notification-infrastructure/build/tmp/kapt3/stubs/main/io/github/v1servicenotification/domain/detail/mapper/DetailMapper.java:10: warning: Unmapped target properties: "isRead, categoryEntity".
    public abstract io.github.v1servicenotification.domain.detail.domain.DetailEntity detailDomainToEntity(@org.jetbrains.annotations.NotNull
                                                                                      ^
/Users/leeseojune/Documents/Project/v1-service-notification/notification-infrastructure/build/tmp/kapt3/stubs/main/io/github/v1servicenotification/domain/detail/mapper/DetailMapper.java:14: warning: Unmapped target properties: "isRead, notificationCategoryId".
    public abstract io.github.v1servicenotification.detail.Detail detailEntityToDomain(@org.jetbrains.annotations.NotNull