Skip to content

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

Description

@GrinRus

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: enhancementEnhancement that adds a new feature

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions