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