| Package | Description |
|---|---|
| org.nuiton.validator.bean |
Package of Nuiton- beanValidator api.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanValidator<?> |
BeanValidator.parentValidator
Deprecated.
To chain to another validator (acting as parent of this one).
|
protected BeanValidator<?> |
BeanValidatorMessage.validator
Deprecated.
the validator that produce the message
|
| Modifier and Type | Method and Description |
|---|---|
BeanValidator<?> |
BeanValidator.getParentValidator()
Deprecated.
|
BeanValidator<?> |
BeanValidatorEvent.getSource()
Deprecated.
|
BeanValidator<?> |
BeanValidatorMessage.getValidator()
Deprecated.
|
static <O> BeanValidator<O> |
BeanValidatorFactory.newBeanValidator(Class<O> type,
String context,
NuitonValidatorScope... scopes)
Deprecated.
Obtain a new
BeanValidator for the given parameters. |
<O> BeanValidator<O> |
BeanValidatorFactory.BeanValidatorCreator.newBeanValidator(NuitonValidatorProvider provider,
Class<O> type,
String context,
NuitonValidatorScope... scopes)
Given the parameters, instanciate a new
BeanValidator. |
<O> BeanValidator<O> |
BeanValidatorFactory.DefaultBeanValidatorCreator.newBeanValidator(NuitonValidatorProvider provider,
Class<O> type,
String context,
NuitonValidatorScope... scopes) |
static <O> BeanValidator<O> |
BeanValidatorFactory.newBeanValidator(String providerName,
Class<O> type,
String context,
NuitonValidatorScope... scopes)
Deprecated.
Obtain a new
BeanValidator for the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BeanValidatorUtil.convert(BeanValidator<?> validator,
String fieldName,
String value,
Class<?> valueClass)
Deprecated.
Convert a value to a given type and then if was succesffull try to set it
in the bean manage by the validator.
|
void |
BeanValidator.setParentValidator(BeanValidator<?> parentValidator)
Deprecated.
|
| Constructor and Description |
|---|
BeanValidatorEvent(BeanValidator<?> source,
String field,
NuitonValidatorScope scope,
String[] messagestoAdd,
String[] messagestoDelete)
Deprecated.
|
BeanValidatorMessage(BeanValidator<?> validator,
String field,
String message,
NuitonValidatorScope scope)
Deprecated.
|
Copyright © 2011-2012 CodeLutin. All Rights Reserved.