| Package | Description |
|---|---|
| org.nuiton.validator |
Package of Nuiton-validator api.
|
| org.nuiton.validator.bean |
Package of Nuiton- beanValidator api.
|
| org.nuiton.validator.bean.list |
Package of Nuiton - BeanListValidator api.
|
| org.nuiton.validator.bean.simple |
Package of Nuiton - Simple Bean Validator api.
|
| org.nuiton.validator.xwork2 |
Package of xworks2 implementation of the Nuiton-validator api.
|
| Modifier and Type | Method and Description |
|---|---|
NuitonValidatorResult |
NuitonValidator.validate(O object)
Validates the given object and returns the result of validation.
|
| Modifier and Type | Field and Description |
|---|---|
protected NuitonValidatorResult |
AbstractNuitonValidatorContext.messages
State of validation (keep all messages of validation for the filled
bean).
|
protected NuitonValidatorResult |
BeanValidator.messages
Deprecated.
State of validation (keep all messages of validation for the filled
bean).
|
| Modifier and Type | Method and Description |
|---|---|
NuitonValidatorResult |
AbstractNuitonValidatorContext.getMessages() |
NuitonValidatorResult |
AbstractNuitonValidatorContext.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanValidator.mergeMessages(NuitonValidatorResult newMessages)
Deprecated.
|
protected void |
BeanValidator.mergeMessages(NuitonValidatorScope scope,
NuitonValidatorResult newMessages,
List<BeanValidatorEvent> events)
Deprecated.
|
List<E> |
AbstractNuitonValidatorContext.mergeMessages(V beanValidator,
NuitonValidatorResult newMessages) |
protected void |
AbstractNuitonValidatorContext.mergeMessages(V beanValidator,
NuitonValidatorScope scope,
NuitonValidatorResult newMessages,
List<E> events) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanListValidator.mergeMessages(BeanListValidator.NuitonValidatorContext<O> context,
NuitonValidatorResult newMessages) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleBeanValidator.mergeMessages(NuitonValidatorResult newMessages) |
| Modifier and Type | Method and Description |
|---|---|
NuitonValidatorResult |
XWork2NuitonValidator.validate(O object) |
Copyright © 2011-2012 CodeLutin. All Rights Reserved.