A validator. This validator is responsible for determining if a given value
is valid. Validators can be used on target or model values. For example, a
String2IntValidator would only accept source Strings that can successfully be
converted to an integer value, and a PositiveIntegerValidator would only
accept positive integers.