public final class InvocationResult extends Object
| Constructor and Description |
|---|
InvocationResult(Object result,
Expression sendTo,
Type returnType) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getReturnType() |
Object |
getReturnValue() |
Expression |
getSendTo() |
String |
toString() |
public InvocationResult(Object result, Expression sendTo, @Nullable Type returnType)