| Package | Description |
|---|---|
| org.nuiton.validator.bean.list |
Package of Nuiton - BeanListValidator api.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanListValidator<?> |
BeanListValidatorMessage.validator
the validator that produce the message
|
| Modifier and Type | Method and Description |
|---|---|
BeanListValidator<?> |
BeanListValidatorMessage.getValidator() |
static <O> BeanListValidator<O> |
BeanListValidator.newValidator(Class<O> type,
String context,
NuitonValidatorScope... scopes)
Obtain a new
BeanListValidator for the given parameters. |
static <O> BeanListValidator<O> |
BeanListValidator.newValidator(String providerName,
Class<O> type,
String context,
NuitonValidatorScope... scopes)
Obtain a new
BeanListValidator for the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected BeanListValidatorEvent |
BeanListValidator.NuitonValidatorContext.createEvent(BeanListValidator<O> source,
O bean,
String field,
NuitonValidatorScope scope,
String[] toAdd,
String[] toDelete) |
| Constructor and Description |
|---|
BeanListValidatorEvent(BeanListValidator<?> source,
Object bean,
String field,
NuitonValidatorScope scope,
String[] messagestoAdd,
String[] messagestoDelete) |
BeanListValidatorMessage(BeanListValidator<?> validator,
Object bean,
String field,
String message,
NuitonValidatorScope scope) |
Copyright © 2013–2016 CodeLutin. All rights reserved.