javabean 深拷贝

<!-- https://mvnrepository.com/artifact/uk.com.robust-it/cloning -->
<dependency>
    <groupId>uk.com.robust-it</groupId>
    <artifactId>cloning</artifactId>
    <version>1.9.12</version>
</dependency>

javabean 深拷贝

用法    Object objNew = Cloner.standard().deepClone(objOld);

原文地址:https://www.cnblogs.com/bevis-byf/p/12049644.html