Class MethodArgument
java.lang.Object
com.broadleafcommerce.data.tracking.core.interlink.MethodArgument
Type of argument used for local
java.lang.reflect.Method calls. Describes both the object
value of the method param, and the index of the parameter in the method call.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodArgument
-
-
Method Details
-
getIndex
public int getIndex()The index of the argument in thejava.lang.reflect.Methodcall. -
getValue
The primitive or complex object to pass as a method parameter. It is also possible to pass a JSON serialized version of an object here, in which case, the system will attempt to deserialize the object to the target type when making the method call. The latter case may be useful in circumstances where the caller does not have classpath access to the method parameter type on the execution side, but is able to provide a JSON serialized version of the object instance instead. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-