Class FastInvoke
java.lang.Object
me.ahoo.wow.infra.accessor.method.FastInvoke
-
Method Summary
Modifier and TypeMethodDescriptionstatic Objectstatic <T> TnewInstance(Constructor<T> constructor, Object[] args)
-
Method Details
-
invoke
public static Object invoke(Method method, Object target, Object[] args) throws InvocationTargetException, IllegalAccessException -
newInstance
public static <T> T newInstance(Constructor<T> constructor, Object[] args) throws InvocationTargetException, InstantiationException, IllegalAccessException
-