You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Giving Valiktor a try and it's not clear to me how to validate a collection of primitive values. For example, is it not possible to validate each value in a Set<String> with isNotBlank()?
Is your feature request related to a problem? Please describe.
Giving Valiktor a try and it's not clear to me how to validate a collection of primitive values. For example, is it not possible to validate each value in a
Set<String>
withisNotBlank()
?Describe the solution you'd like
Perhaps something like:
Describe alternatives you've considered
Otherwise it seems I have to make the type for the collection a value or data class with one field:
Additional context
While I don't personally mind value classes like this, it's not exactly leading to the API design I'd like for JSON/HTTP interfaces.
The text was updated successfully, but these errors were encountered: