public final class ReflectionUtil extends Object
ReflectionUtil()
static Object
invokeMethod(Object obj, Method method, Object... args)
newInstance(Class<?> cls)
static void
setField(Object obj, Field field, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReflectionUtil()
public static Object newInstance(Class<?> cls)
public static Object invokeMethod(Object obj, Method method, Object... args)
public static void setField(Object obj, Field field, Object value)
Copyright © 2017. All rights reserved.