摘要:
package org.example; import java.lang.reflect.Field; /** * @author 50649 */ public class TestCount { public static int countNullFields(Object entity) 阅读全文
摘要:
import java.lang.reflect.Field; public class FieldCounter { public static int countNullFields(Object obj) throws IllegalAccessException { int nullFiel 阅读全文