useValidators execute an array of Validator decorator metadata on a property of a target instance.
Validator
The type of the class the decorator is applied to.
The type of the decorated property.
An array of validator metadata to apply.
The value of the decorated property to validate.
Optional
The optional cursor, used for providing context in validation errors.
useValidators execute an array of
Validator
decorator metadata on a property of a target instance.