Class MethodsCaller

java.lang.Object
com.jk.core.reflection.server.MethodsCaller

public class MethodsCaller extends Object
This class is a utility class for dynamically calling methods on classes using reflection.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • MethodsCaller

      public MethodsCaller()
  • Method Details

    • callMethod

      public void callMethod(MethodCallInfo info)
      This method calls the specified method on the provided MethodCallInfo object.
      Parameters:
      info - Specifies the MethodCallInfo object containing method call information.