Our Validator factory. Uses factory pattern to generate individual validators based on the given type
The static method of the factory. Returns null if the validator for the given type is not found.
The type of the attribute
A validator or null
Generated using TypeDoc
Our Validator factory. Uses factory pattern to generate individual validators based on the given type