Module id.xfunction

Class MethodCaller

Object
MethodCaller

public class MethodCaller extends Object
Allows to call methods of an object by name dynamically at a runtime.

Calls are done thru MethodHandle and not reflection which supposed to be faster.

Overloaded methods are not supported.