MethodValidationInterceptor support for Mono and Flux method parameters #20781
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Sanjaya Kumar Patel opened SPR-16234 and commented
Traditionally (non-reactive), we had been doing method parameter validation as below:
In a reactive world, this might look like:
But this is not working. So, in summary:
@Validated
(SignUpValidation.class) above)Affects: 5.0.1
Reference URL: https://stackoverflow.com/questions/47244769/how-to-validate-mono-when-using-spring-reactive
The text was updated successfully, but these errors were encountered: