public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Field |
getFieldAndMakeAccessible(Class<?> clazz,
String fieldName) |
static Method |
getMethodAndMakeAccessible(Class<?> clazz,
String name,
Class<?>... arguments) |
Copyright © 2015. All Rights Reserved.