Interface FieldValidator<T>

Type Parameters:
T - the type of the values being validated
All Known Implementing Classes:
BeanFieldValidator, CompositeFieldValidator, FieldValidatorImpl

public interface FieldValidator<T>
Responsible for validation of a single field.
See Also: