- deep copy Object
https://www.baeldung.com/java-deep-copy
How to Make a Deep Copy of an Object in Java | Baeldung
Learn four ways to create a deep copy of an object in Java, and why to prefer a deep copy over a shallow copy.
www.baeldung.com
- Map <=> Object
https://zzangjava.tistory.com/m/1029
Map <=> Object & JSON String <=> Object(or List)
- 필드명은 같지만 클래스가 다른 객체 복사 ObjectCopyTools 참조 https://stackoverflow.com/questions/5937567/copy-pojo-content-from-one-bean-to-another - Map Object https://yjkim97.tistory.com/m/9 [JAVA] Map to Object, Object to MapObject
zzangjava.tistory.com
'spring' 카테고리의 다른 글
springframework java configuration (0) | 2022.10.07 |
---|---|
@Conditional (0) | 2022.08.23 |
@RequestMapping value or url 가져오기 (0) | 2022.04.02 |
ResourceUtils를 이용한 Access a File from the Classpath-classpath에 위치한 파일 절대경로 구하기 (0) | 2020.07.29 |
Server Sent Event (SSE)를 이용한 알림 구현하기 (0) | 2018.08.30 |