public abstract class ReflectionUtils extends Object
ReflectionUtils()
static List<Field>
getFields(Class<?> clazz)
getFieldsExcludeTransient(Class<?> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReflectionUtils()
public static List<Field> getFields(Class<?> clazz)
clazz
public static List<Field> getFieldsExcludeTransient(Class<?> clazz)
Copyright © 2016. All rights reserved.