See: Description
| Interface | Description |
|---|---|
| SimpleBeanValidatorListener | Deprecated
since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0
|
| Class | Description |
|---|---|
| SimpleBeanValidator<O> | Deprecated
since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0
|
| SimpleBeanValidator.NuitonValidatorContext<O> | |
| SimpleBeanValidatorEvent | Deprecated
since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0
|
| SimpleBeanValidatorMessage<E extends SimpleBeanValidatorMessage<?>> | Deprecated
since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0
|
| SimpleBeanValidators | Deprecated
since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0
|
The SimpleBeanValidator purpose is to validate
a bean, with a listener api to interact with outside world.
SimpleBeanValidatorListener listener = new SimpleBeanValidatorListener() {XXX};
SimpleBeanValidator<O> validator = XXX;
validator.addSimpleBeanValidatorListener(listener);
validator.setBean(o);
SimpleBeanValidator.
SimpleBeanValidator<O> validator = SimpleBeanValidator.newValidator(...);To be continued...
Copyright © 2011-2013 CodeLutin. All Rights Reserved.