T
- the value typepublic final class MethodValue<T> extends java.lang.Object implements Value<T>
Constructor and Description |
---|
MethodValue(Value<java.lang.reflect.Method> methodValue,
Value<?> targetValue,
java.util.List<? extends Value<?>> parameters)
Construct a new instance.
|
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 methodCopyright © 2012 JBoss, a division of Red Hat, Inc.