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.
Tstands for the type used to identify the fields such as a custom object or a string.