Skip to content
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

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

Open
GrinRus opened this issue Apr 19, 2021 · 0 comments
Open

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants