mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
gts
This commit is contained in:
@@ -917,7 +917,9 @@ public class ClassUtil {
|
||||
&& false == clazz.isArray() //
|
||||
&& false == clazz.isAnnotation() //
|
||||
&& false == clazz.isSynthetic() //
|
||||
&& false == clazz.isPrimitive();//
|
||||
&& false == clazz.isPrimitive()//
|
||||
// issue#3965 String有isEmpty方法,但是不能被当作bean
|
||||
&& clazz != String.class;//
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user