@ -56,8 +56,8 @@ public class MethodArgumentNotValidException extends BindException {
@@ -56,8 +56,8 @@ public class MethodArgumentNotValidException extends BindException {
@Override
publicStringgetMessage(){
StringBuildersb=newStringBuilder("Validation failed for argument [")
.append(this.parameter.getParameterIndex()).append("] in ")
@ -157,12 +157,10 @@ public abstract class AbstractHandlerMethodMapping<T> extends AbstractHandlerMap
@@ -157,12 +157,10 @@ public abstract class AbstractHandlerMethodMapping<T> extends AbstractHandlerMap
*/
@Override
publicvoidafterPropertiesSet(){
initHandlerMethods();
// Total includes detected mappings + explicit registrations via registerMapping..
inttotal=this.getHandlerMethods().size();
// Total includes detected mappings + explicit registrations via registerMapping
@ -519,7 +519,7 @@ public class DefaultHandlerExceptionResolver extends AbstractHandlerExceptionRes
@@ -519,7 +519,7 @@ public class DefaultHandlerExceptionResolver extends AbstractHandlerExceptionRes