Skip to main content
Version: Next

IValidator <Schema>

Index

Properties

schemaHelper

schemaHelper: SchemaHelper<Schema>

optionalvalidateService

validateService?: IValidationService<Schema>

validateServiceHandler

validateServiceHandler: (container: IMidwayContainer) => IValidationService<Schema> | Promise<IValidationService<Schema>>

Validator adapters may construct their service synchronously or lazily. The registry normalizes both forms with await.