How can I get the name of the method that will be called in action from within the interceptor?
Well, thanks to the source of the locations, I found the answer.
invocation.getProxy().getMethod();
Where the call to ActionInvocation is passed to your interceptor.
ActionInvocation
Source: https://habr.com/ru/post/1301300/More articles:InvalidCastException by indexing result in ArrayList - c #In what thread context are .NET 3.5 SendAsync and ReceiveAsync calls made? - .netWhat claims, if any, can be made regarding the accuracy / accuracy of floating point calculations? - c ++Suggestions WPF UI? - performanceUses for each syntax using Collections.synchronizedSet - javaEntering an upper case in the input field Tcl / Tk - validationImplement sleep mode and key pair - javaRelease all open files and directories with strong deletion in C - c.ToList throwing exception - linqCalling a method in an object from inside another object? - javascriptAll Articles