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
So, it can be cool to have a default validation (like a fallback). Is this way, we are able to globalize the validation using javax validation annotations (like @NotBlank on Strings, @Max(10) for a maximum limit for a number, etc...) instead of precising on each param which validator class we want (boring when having many params)
What do you think ? I can help for programming this feature
The text was updated successfully, but these errors were encountered:
Hello there, great lib ! 😄
So, it can be cool to have a default validation (like a fallback). Is this way, we are able to globalize the validation using javax validation annotations (like
@NotBlank
on Strings,@Max(10)
for a maximum limit for a number, etc...) instead of precising on each param which validator class we want (boring when having many params)What do you think ? I can help for programming this feature
The text was updated successfully, but these errors were encountered: