Interface ExecutionContext



  • public interface ExecutionContext
    The execution context for the method being executed.
    • Method Detail

      • getMethod

        java.lang.reflect.Method getMethod​()
        Returns the method being executed
        Returns:
        the method
      • getParameters

        java.lang.Object[] getParameters​()
        Returns the parameter values being passed to the method
        Returns:
        the parameter values, as an array