public interface JavaMethodInvoker
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Method m,
Object o,
Object... parameters) |
Object invoke(Method m, Object o, Object... parameters) throws InvocationTargetException, IllegalAccessException
Copyright © 2018 Oracle Corporation. All rights reserved.