com.github.ahant.validator.validation.FieldValidator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of field-validator Show documentation
Show all versions of field-validator Show documentation
Annotation based input field validator.
The newest version!
package com.github.ahant.validator.validation
/**
* Created by ahant on 8/14/2016.
*/
@FunctionalInterface
internal interface FieldValidator {
fun validate(input: T): Set
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy