Skip to content

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

Open
@GrinRus

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

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