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,
java.lang.Object bean,
java.lang.reflect.Method method)
Construct an instance with the provided properties.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean() |
java.lang.reflect.Method |
getMethod() |
java.lang.reflect.Type |
getReturnType() |
java.lang.Object |
getReturnValue() |
org.springframework.expression.Expression |
getSendTo() |
java.lang.String |
toString() |
public InvocationResult(java.lang.Object result,
@Nullable
org.springframework.expression.Expression sendTo,
@Nullable
java.lang.reflect.Type returnType,
@Nullable
java.lang.Object bean,
@Nullable
java.lang.reflect.Method method)
result - the result.sendTo - the sendTo expression.returnType - the return type.bean - the bean.method - the method.public java.lang.Object getReturnValue()
public org.springframework.expression.Expression getSendTo()
@Nullable public java.lang.reflect.Type getReturnType()
@Nullable public java.lang.Object getBean()
@Nullable public java.lang.reflect.Method getMethod()
public java.lang.String toString()
toString in class java.lang.Object