public final class InvocationResult extends Object
| Constructor and Description |
|---|
InvocationResult(Object result,
Expression sendTo,
Type returnType,
Object bean,
Method method)
Construct an instance with the provided properties.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
Method |
getMethod() |
Type |
getReturnType() |
Object |
getReturnValue() |
Expression |
getSendTo() |
String |
toString() |
public InvocationResult(Object result, @Nullable Expression sendTo, @Nullable Type returnType, @Nullable Object bean, @Nullable Method method)
result - the result.sendTo - the sendTo expression.returnType - the return type.bean - the bean.method - the method.public Object getReturnValue()
public Expression getSendTo()