Field Validation Class Diagram
Below is the FieldValidator class diagram:
A FieldValidator is composed of three main fields:
syncValidator: a collection of ValidationMetaData related to synchronous validatorsasyncValidator: a collection a ValidationMetaData related to synchrounous validatorupdateOn: applied to asyncValidator and specifies when the validation shoud be performed (ex. blur)