KValidation icon indicating copy to clipboard operation
KValidation copied to clipboard

Validation library. Fluent syntax in Java, mini DSL in Kotlin

Results 2 KValidation issues
Sort by recently updated
recently updated
newest added

I am surprised I cannot create my own reusable Validators. Maybe there is some technical reason I am missing that this is kept internal? If not it would be really...

Presently the property name is added to the debugMessage. It would be useful to have the propertyName in the ValidationError. I am sending a list of errors to a client...