addRules(rules: ValidationRule[]): this
protected
removeRule(title: string): void
setExampleInput<T>(data: T): this
setExampleOutput<T>(data: T): this
validate(value: any,config?: ValidateConfig,): ValidateResult<T>