Factory that returns a new instance of IFluentValidatorBuilder and IFluentConditionBuilder. By default, it supplies FluentValidatorBuilder and FluentConditionBuilder. When you create alternative conditions, you will also reimplemnt IFluentValidatorBuilder and IFluentConditionBuilder and register them here.

Constructors

Properties

singleton: FluentFactory = ...

Unlike other factories, which are on ValidationServices. We wanted to avoid passing the ValidationServices class into the entry point functions as our intention is to keep the syntax small and simple.

Methods

Generated using TypeDoc v0.25.12