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