public final class ReflectionUtil extends Object
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,PropertyDescriptor> |
getAllProperties(Object o) |
static Object |
getMember(String name,
Object object) |
static Object |
invokeMethod(String name,
Object object,
Class<?>[] parameterTypes,
Object[] params) |
Copyright © 2014. All Rights Reserved.