UpdateValueStrategy.setAfterConvertValidator(
IValidator validator)
Sets the validator to be invoked after the source value is converted to
the type of the destination observable.
UpdateValueStrategy.setAfterGetValidator(
IValidator validator)
Sets the validator to be invoked after the source value is retrieved at
the beginning of the synchronization process.
UpdateValueStrategy.setBeforeSetValidator(
IValidator validator)
Sets the validator to be invoked before the value is to be set on the
destination at the end of the synchronization process.