public class ReflectUtil extends Object
ReflectUtil()
static List<Field>
scanFields(Class<?> clazz, Predicate<Field> filter)
scanNormalFields(Class<?> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReflectUtil()
public static List<Field> scanFields(Class<?> clazz, Predicate<Field> filter)
public static List<Field> scanNormalFields(Class<?> clazz)
Copyright © 2018–2023. All rights reserved.