public class SimpleMethodCallExpression<T> extends Object implements Expression<T>
Expression implementation that executes a method with given name on a given object.| Constructor and Description |
|---|
SimpleMethodCallExpression(Object target,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
T |
execute(Object... arguments) |
String |
getMethodName() |
Object |
getTarget() |
Copyright © 2018. All rights reserved.