public final class InvocationResult
extends java.lang.Object
| Constructor and Description |
|---|
InvocationResult(java.lang.Object result,
org.springframework.expression.Expression sendTo,
java.lang.reflect.Type returnType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Type |
getReturnType() |
java.lang.Object |
getReturnValue() |
org.springframework.expression.Expression |
getSendTo() |
java.lang.String |
toString() |
public InvocationResult(java.lang.Object result,
org.springframework.expression.Expression sendTo,
@Nullable
java.lang.reflect.Type returnType)
public java.lang.Object getReturnValue()
public org.springframework.expression.Expression getSendTo()
@Nullable public java.lang.reflect.Type getReturnType()
public java.lang.String toString()
toString in class java.lang.Object