Details
Description
I am trying to have two methods with same http method type and have the same number of path params but of different type.
Have debugged through the code and looks like only the number of parameters are being considered while matching the target method.
I guess getting the parameter java types and matching it based on the types will give the framework more flexibility while being used by the developers not knowing this.