@midwayjs/validationClassesValidationServiceVersion: NextOn this pageValidationService 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