Class BaseMethodRunner


  • public class BaseMethodRunner
    extends Object
    • Constructor Detail

      • BaseMethodRunner

        public BaseMethodRunner()
    • Method Detail

      • invokeMethod

        public Object invokeMethod​(Object obj,
                                   Object[] args,
                                   Method method)
                            throws Throwable
        Invokes a method on a given object using the given parameters
        Parameters:
        obj -
        args -
        method -
        Returns:
        - the result of invoking the method with the given parameters.
        Throws:
        Throwable