spring-restdocs
spring-restdocs copied to clipboard
Add support for resolving Bean Validation's container element constraints
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