validator/validator library
Classes
-
Validator<
T> -
Validator is an abstract class that will allow you to create whatever
validation you need, always returning the same ValidatorResult object.
T
stands for the type used to identify the fields such as a custom object or a string.