public class ReflectionHelper extends Object
| Constructor and Description |
|---|
ReflectionHelper() |
| 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-2016. All Rights Reserved.