Performs validation of the given object based on decorators or validation schema.
Common method for validateOrReject
and validate
methods.
Performs validation of the given object based on decorators used in given object class.
Performs validation of the given object based on validation schema.
Performs validation of the given object based on decorators used in given object class and reject on error.
Performs validation of the given object based on validation schema and reject on error.
Performs validation of the given object based on decorators used in given object class. NOTE: This method completely ignores all async validations.
Performs validation of the given object based on validation schema.
Generated using TypeDoc
Validator performs validation of the given object based on its metadata.