public class ReflectUtil extends Object
| Constructor and Description |
|---|
ReflectUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Field |
getField(Class<?> klass,
String fieldName) |
static Method |
getMethod(Class<?> klass,
String methodName,
Class<?>[] paramTypes) |
static <O> O |
invokeMethod(Method m,
Object o,
Object... params) |
Copyright © 2012–2016 CodeLutin. All rights reserved.