mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-09-04 02:18:51 +00:00
test[storage]: test unit
This commit is contained in:
@@ -95,10 +95,6 @@ public abstract class ClassUtils {
|
||||
.collect(Collectors.toList());
|
||||
|
||||
for (var field : filedList) {
|
||||
// entity必须包含属性的get和set方法
|
||||
ReflectionUtils.fieldToGetMethod(clazz, field);
|
||||
ReflectionUtils.fieldToSetMethod(clazz, field);
|
||||
|
||||
// 是一个基本类型变量
|
||||
var fieldType = field.getType();
|
||||
if (isBaseType(fieldType)) {
|
||||
|
||||
Reference in New Issue
Block a user