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);

posted @ 2019-12-16 16:13  Bevis  阅读(830)  评论(0编辑  收藏  举报