public class Methods extends Object
| Constructor and Description |
|---|
Methods() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
find(Class<?> type,
String name)
Find a declared method without checked exceptions
|
static <T> T |
invoke(Object target,
Class<?> type,
String method,
Object... values) |
static <T> T |
invoke(Object target,
Method method,
Object[] values) |
static <T> T |
invoke(Object target,
String method,
Object... values) |
static <T> T |
safeSetValue(Object target,
Method method,
Object[] values) |
Copyright © 2010–2016 RedEngine Ltd. All rights reserved.