spring-restdocs
spring-restdocs copied to clipboard
Add support for Bean Validation's constraint groups
gh-887
- Groups can be obtained from configuration (key: groups)
- As an alternative solution,
ConstraintDescriptions
can be extended with additional methods withgroups
as an argument.
P.S. docs also need to be updated.