You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I described in my super-task comment, I just need to know the method that will handle the request to get from it some custom annotations I did. My suggestion is to make ServletHandlerMethodResolver AnnotationMethodHandlerAdapter.getMethodResolver(Object handler) protected, so we can extend the class and get the method.
Turning invokeHandlerMethod(HttpServletRequest request, HttpServletResponse response, Object handler) to protected didn't solve the issue for me. Or, if have another way to get the handler method, please let me know.