BeanUtils.copyProperties不支持複製集合的解決方案

工做中,常用Spring的工具類BeanUtils.copyProperties對bean屬性進行復制,這裏的複製屬於淺複製。且不能複製集合和數組。本文會對該工具進行一些測試。文末會提出複製集合屬性的解決方案。java 準備工做:準備測試須要的類 @Data public class Class { private People[] member; private People t
相關文章
相關標籤/搜索