How to get the class type of the parameter list of the current method inside the method

how to get the class type of the parameter list of the current method inside the method
achieve the same effect as method.getParameterTypes (); inside the method;

Mar.21,2021

mention an idea:

  

there is a small problem with the solution upstairs. If the method is overloaded, then matching the Method according to the MethodName taken from the stack trace will have BUG. There is no specific solution for the time being.

Menu