Checks if a validator can be created based on the provided configuration.
The configuration for the validator.
A boolean indicating whether the validator can be created.
Add or replace a function to create an instance of the Validator given a ValidatorConfig.
Unique way to select the function. Uses ValidatorConfig.validatorType.
Expected to create an instance of a Validator.
Generated using TypeDoc v0.25.12
ValidatorFactory creates the appropriate IValidator class. It supports the built-in Validator class when ValidatorConfig.validatorType=null/undefined.