How to Validate Collection of Date with Specific Format In Spring Boot
I’m using spring data validation and i want to validate Set
or List
of Date
but all the examples that i saw before were validating single value, Here is request class representation