Girders includes support for Spring Validation, based on JSR-303/JSR-349 and using Hibernate Validator as implementation.
Add the module by including the following dependency in your POM:
<dependency>
<groupId>com.netcetera.girders</groupId>
<artifactId>girders-starter-validation</artifactId>
</dependency>
The following Spring beans are exposed by the Girders validation module:
Bean | Description |
---|---|
validator | Auto-configured validator instance for data objects. |