Default ConfigMergeService for Validators. Automatically used if none is supplied to the default ValueHostConfigMergeService. It copies all properties except: errorCode, conditionConfig, conditionCreator. It uses the conditionConfigResolver rules to handle any conditionConfig. It defaults the Creators to 'nochange', meaning you could attach a function to it to handle it yourself.

Hierarchy (view full)

Implements

Constructors

Accessors

Methods

  • Applies the ConfigMergeService rules to all properties found in the source config. If the destination does not have the same property, it is copied. Otherwise, we use the ConfigMergeService rule. If there is no ConfigMergeService rule for a property found on source, it is always copied. The result is changes made to destination. If the rule is 'delete', then it checks for the property in the destination config and deletes that, without regard to the property being present in the source.

    Parameters

    Returns void

Generated using TypeDoc v0.25.12