mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
commit
26c42cc1c3
@ -797,7 +797,7 @@ public class BeanUtil {
|
|||||||
if (ModifierUtil.isStatic(field)) {
|
if (ModifierUtil.isStatic(field)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ((false == ArrayUtil.contains(ignoreFiledNames, field.getName()))//
|
if ((false == ArrayUtil.contains(ignoreFiledNames, field.getName()))
|
||||||
&& null == ReflectUtil.getFieldValue(bean, field)) {
|
&& null == ReflectUtil.getFieldValue(bean, field)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user