Item 13 발표 내용
clone 재정의는 주의하여 진행하라
Last updated
clone 재정의는 주의하여 진행하라
Last updated
객체 복사 라는 키워드에 대해서 정확하게 알지 못함
Prototype Design Pattern
객체 복사 구현 방법
Shallow Copy(얕은 복사)
Immutable Object
Mutable Object
Deep Copy(깊은 복사)
External Library(외부 라이브러리)
Apache Commons Lang
Gson
Jackson
clone() 메서드 대체 방법
Conversion Constructor
Conversion Factory Method
Immutable Object의 경우
Shallow Copy의 Immutable Object와 동일
External Library