This repository was archived by the owner on Mar 30, 2020. It is now read-only.
3.2.0 – Additional Property and Validation Groups Support
Added
- Option for treating not-nullable fields as "required" in their parent type
- Option for treating not-nullable methods as "required" in their parent type
- Indicate a string's "format" to be "email" if
@Emailis present - Option for returning "idn-email" instead of "email" as "format" if
@Emailis present - Indicate a string's "pattern" according to regular expressions on
@Patternor@Email(ignoring specified flags) - Option for enabling the inclusion of "pattern" expressions (they are excluded by default)
- Allow filtering applicable annotations by their declared validation
groupsviaJavaxValidationModule.forValidationGroups()