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
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartMethodArgumentResolver.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,9 @@
58
58
* it is derived from the name of the method argument.
59
59
*
60
60
* <p>Automatic validation may be applied if the argument is annotated with
61
-
* {@code @javax.validation.Valid}. In case of validation failure, a {@link MethodArgumentNotValidException}
62
-
* is raised and a 400 response status code returned if
0 commit comments