Skip to content

Add support for resolving Bean Validation's container element constraints #717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GrinRus opened this issue Apr 19, 2021 · 0 comments
Open
Labels
type: enhancement Enhancement that adds a new feature

Comments

@GrinRus
Copy link

GrinRus commented Apr 19, 2021

Add support of collections inner constraints.

Example:
@Valid private List<@NotBlank @Size(min = 1, max = 100) String> someUsefulInformationList;

Example of expected snippet:
image

PS: StackOverflow question

@wilkinsona wilkinsona changed the title Support collections inner constraints Add support for resolving Bean Validation's container element constraints Jun 9, 2021
@wilkinsona wilkinsona added type: enhancement Enhancement that adds a new feature and removed status: waiting-for-triage Untriaged issue labels Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Enhancement that adds a new feature
Projects
None yet
Development

No branches or pull requests

3 participants