Kotlin
Kotlin Model Mapping
ㅅㄷㄴㅅ
2021. 3. 3. 08:39
Mapstruct vs Model Mapper
Java 모델 매핑
개발을 하면서 모델간 매핑을 많이 한다. DTO, VO, Entity별로도 하고 DTO간 DTO 변환에도 사용한다. 개발자마다 각각 다양한 방식으로 이 부분에 대해 개발을 하는데 문제는 팀 내에서는 동일한 방식
atin.tistory.com
mapstruct.org/documentation/stable/reference/html/
MapStruct 1.4.2.Final Reference Guide
If set to true, MapStruct in which MapStruct logs its major decisions. Note, at the moment of writing in Maven, also showWarnings needs to be added due to a problem in the maven-compiler-plugin configuration.
mapstruct.org
Quick Guide to MapStruct | Baeldung
A quick and practical guide to using MapStruct
www.baeldung.com