类 CodeCopyUtils
java.lang.Object
cloud.opencode.base.util.CodeCopyUtils
- 版本:
- v1.0.0
- 作者:
- Jon So, e-mail: ijonso123@gmail.com url: Jon's blog url: project github
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidcopyProperties(Object source, Object target) copyProperties ignore nullstatic String[]getNullPropertyNames(Object source) getNullPropertyNames
-
构造器详细资料
-
CodeCopyUtils
private CodeCopyUtils()
-
-
方法详细资料
-
getNullPropertyNames
getNullPropertyNames- 参数:
source- object- 返回:
- String[]
-
copyProperties
copyProperties ignore null- 参数:
source-target-
-