public class ReflectionHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Method |
getMethod(Class<?> onClass,
String methodName,
Class<?>... types) |
static Object |
invokeMethod(Method method,
Object instance,
Object... params) |
Copyright © 2010–2021. All rights reserved.