Interface MethodInvocation


public interface MethodInvocation
Author:
Oliver Drotbohm, Greg Turnquist
  • Method Details

    • getArguments

      Object[] getArguments()
    • getMethod

      Method getMethod()
    • getTargetType

      Class<?> getTargetType()