Commit a3f1fd8f authored by liaozan's avatar liaozan 🏀

Add instructions for use BeanCopyUtils

parent 0cb9e443
...@@ -14,7 +14,9 @@ import java.util.ArrayList; ...@@ -14,7 +14,9 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
* only support the same property type * 注意!!!此类是基于 cglib 实现的
* 默认的 cglib 只支持同名,同类型的属性转换,本类对此场景进行了增强,具体逻辑见 {@link DefaultConverter}
* 另外最重要的, cglib 是浅拷贝,意味着如果是引用类型,修改源对象会导致目标对象的值也被修改,使用时请注意!!!
* *
* @author liaozan * @author liaozan
* @since 2022/1/24 * @since 2022/1/24
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment