public class MethodWrapper<T>
extends java.lang.Object
Constructor and Description |
---|
MethodWrapper(java.lang.reflect.Method method,
java.lang.Class<T> returnType) |
Modifier and Type | Method and Description |
---|---|
T |
callMethod(DataExtension extension,
Parameters with) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMethodName() |
MethodType |
getMethodType() |
java.lang.Class<T> |
getReturnType() |
int |
hashCode() |
public MethodWrapper(java.lang.reflect.Method method, java.lang.Class<T> returnType)
public T callMethod(DataExtension extension, Parameters with)
public java.lang.String getMethodName()
public MethodType getMethodType()
public java.lang.Class<T> getReturnType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object