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-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/AbstractMessageReaderArgumentResolver.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,10 @@
58
58
* Abstract base class for argument resolvers that resolve method arguments
59
59
* by reading the request body with an {@link HttpMessageReader}.
60
60
*
61
-
* <p>Applies validation if the method argument is annotated with
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartMethodArgumentResolver.java
+4-5
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,10 @@
58
58
* the part is not specified, the request part's name is derived from the name of
59
59
* the method argument.
60
60
*
61
-
* <p>Automatic validation may be applied if the argument is annotated with
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessor.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,9 @@
51
51
* to the body of the request or response with an {@link HttpMessageConverter}.
52
52
*
53
53
* <p>An {@code @RequestBody} method argument is also validated if it is annotated
54
-
* with {@code @javax.validation.Valid}, Spring's {@link org.springframework.validation.annotation.Validated}
55
-
* or custom annotations whose name starts with "Valid". In case of validation failure,
0 commit comments