You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wilkinsona
changed the title
Support collections inner constraints
Add support for resolving Bean Validation's container element constraints
Jun 9, 2021
Add support of collections inner constraints.
Example:
@Valid private List<@NotBlank @Size(min = 1, max = 100) String> someUsefulInformationList;
Example of expected snippet:

PS: StackOverflow question
The text was updated successfully, but these errors were encountered: