| Package | Description |
|---|---|
| ca.jeb.common.infra |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JReflectionUtils.runMethod(Object object,
String method,
Object... args)
Use reflection to run/execute the method represented by "method",
on the object
object, given the list of args. |
static Object |
JReflectionUtils.runSetter(Object object,
String method,
Object arg,
Class<? extends Object> argClazz)
Execute a "setter" on the provided object for the given method name.
|
Copyright © 2014. All rights reserved.