Request Argument Validation
Spring will apply Java Bean Validations to controller arguments if they are annotated:
If the received bean is prepared for Java Bean Validation these validations will be applied and a exception thrown if any fails.
Last updated
Was this helpful?