@Valid: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
* https://docs.oracle.com/javaee/7/api/javax/validation/Valid.html
=Internal=
=Internal=



Revision as of 17:24, 16 October 2018

External

Internal

Overview

When used with Spring MVC, @Valid configures Spring MVC to perform the validation of the submitted domain model object instance after it is bound to the submitted form data and before the controller handler method is called.