Class ReflectionUtils.RefMethod

java.lang.Object
com.plotsquared.core.util.ReflectionUtils.RefMethod
Enclosing class:
ReflectionUtils

public static class ReflectionUtils.RefMethod extends Object
Method wrapper
  • Method Details

    • getRealMethod

      public Method getRealMethod()
      Returns:
      passed method
    • of

      apply method to object
      Parameters:
      e - object to which the method is applied
      Returns:
      RefExecutor with method call(...)