This is a convenience method for calling call(name, new Object[0])
@param name The method name
@return The wrapped method result or the same wrapped object if themethod returns void
, to be used for further reflection.
@throws ReflectException If any reflection exception occurred.
@see #call(String,Object)
|
|
|
|
|
|
|
|
|
|
|
|
|
|