@midwayjs/validationClassesValidationService版本:Next本页总览ValidationService Index ConstructorsconstructorPropertiesdefaultFallbackLocaleMethodsgetSchemavalidatevalidateWithSchemaConstructors constructornew ValidationService(): ValidationServiceProperties defaultFallbackLocaledefaultFallbackLocale: stringMethods publicgetSchemagetSchema(ClzType: any, validatorName?: string): anypublicvalidatevalidate<T>(ClzType: T, value: any, validationOptions?: ValidationOptions, validatorOptions?: any): ValidateResultType parametersT: new (...args: any[]) => anypublicvalidateWithSchemavalidateWithSchema<T>(schema: any, value: any, validationOptions?: ValidationOptions, validatorOptions?: any): ValidateResultType parametersT