new
ArrayValidator(options?: IArrayValidatorOptions,)
Shape extends BaseValidator<any, any, any>
Input extends any[] = inferInput<Shape>[]
Output = inferOutput<Shape>[]
protected
_cast(ctx: IValidatorContext<any, any>): Promise<void>
protected
_toJSON(ctx?: IJSONSchemaContext<IArrayValidatorOptions>)
protected
_toSample(ctx?: ISampleDataContext<IArrayValidatorOptions>)
protected
_toStatic(ctx?: IStaticContext<IArrayValidatorOptions>): ArrayValidator<Shape, Input, Output>
protected
overrideContext(ctx: any)