반응형
백기선님 디자인 패턴 강의를 보다가 알게된 라이브러리다.
현업에서 객체를 복사해야할 일이 가끔가다가 발생하는 데 그때 도입하면 좋을 라이브러리 같다.
리플렉션 개념이 적용된 라이브러리라고 한다.
참고하자
ModelMapper - Simple, Intelligent, Object Mapping.
Why ModelMapper? The goal of ModelMapper is to make object mapping easy, by automatically determining how one object model maps to another, based on conventions, in the same way that a human would - while providing a simple, refactoring-safe API for handli
modelmapper.org
728x90
'[개발관련] > JAVA' 카테고리의 다른 글
[이펙티브 자바] 아이템 01. 생성자 대신 정적 팩토리 메소드를 고려하라 (0) | 2023.08.30 |
---|---|
[디자인패턴] 프록시(Proxy) 패턴 (0) | 2023.03.25 |
[JAVA] JAVA stream filter 활용-List<Map<Long, Data>>에서 특정 key가진 데이터 추출 (0) | 2023.02.23 |
[JAVA] Apache POI excel내부에 image 삽입 (0) | 2023.02.20 |
[이팩티브 자바 정리] 아이템 1 생성자 대신 정적 팩터리 메서드를 고려하라 (0) | 2022.07.09 |