| Package | Description |
|---|---|
| org.codelogger.utils |
| Modifier and Type | Method and Description |
|---|---|
static Object |
MethodUtils.invoke(Object source,
Method method,
Object[] parameterValues)
Invokes given method on the given source object with the specified
parameters.
|
static Object |
MethodUtils.invoke(Object source,
String methodName,
Class<?>[] parameterTypes,
Object[] parameterValues)
Invokes method which name equals given method name and parameter types
equals given parameter types on the given source with the given
parameters.
|
Copyright © 2014. All rights reserved.