public class ReflectUtil extends Object
ReflectUtil()
static Field
findField(Class<?> type, String fieldName)
static Object
invokeMethod(Method method, Object obj, Object... args)
static void
setField(Field field, Object obj, Object value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReflectUtil()
public static Object invokeMethod(Method method, Object obj, Object... args)
public static void setField(Field field, Object obj, Object value)
public static Field findField(Class<?> type, String fieldName)
Copyright © 2018. All rights reserved.