| Modifier and Type | Field and Description |
|---|---|
private Value<java.lang.reflect.Method> |
methodValue |
private java.util.List<? extends Value<?>> |
parameters |
private Value<?> |
targetValue |
| Constructor and Description |
|---|
MethodValue(Value<java.lang.reflect.Method> methodValue,
Value<?> targetValue,
java.util.List<? extends Value<?>> parameters)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|
private final Value<java.lang.reflect.Method> methodValue
private final Value<?> targetValue
private final java.util.List<? extends Value<?>> parameters
public MethodValue(Value<java.lang.reflect.Method> methodValue, Value<?> targetValue, java.util.List<? extends Value<?>> parameters)
methodValue - the method to invoketargetValue - the target object on which to invoke this methodparameters - the parameters to pass to the method