Class SimpleBeanValidator<O>

java.lang.Object
org.nuiton.validator.bean.AbstractValidator<O>
org.nuiton.validator.bean.simple.SimpleBeanValidator<O>

public class SimpleBeanValidator<O>
extends AbstractValidator<O>
Validator for a javaBean object. A such validator is designed to validate to keep the validation of a bean, means the bean is attached to the validator (via the context field context. A such validator is also a JavaBean and you can listen his states modifications via the classic java bean api. Note: The SimpleBeanValidator should never be used for validation in a service approch since it needs to keep a reference to the bean to validate.
Since:
2.5.2
Author:
Tony Chemit - chemit@codelutin.com
See Also:
SimpleBeanValidatorListener