|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidatorConfiguration | |
|---|---|
| net.sf.jsefa.common.validator | |
| Uses of ValidatorConfiguration in net.sf.jsefa.common.validator |
|---|
| Methods in net.sf.jsefa.common.validator that return ValidatorConfiguration | |
|---|---|
static ValidatorConfiguration |
ValidatorConfiguration.create(Class<?> objectType,
Map<String,String> constraints)
Constructs a new ValidatorConfiguration. |
| Methods in net.sf.jsefa.common.validator with parameters of type ValidatorConfiguration | |
|---|---|
static StringValidator |
StringValidator.create(ValidatorConfiguration configuration)
Constructs a new StringValidator. |
static MapValidator |
MapValidator.create(ValidatorConfiguration configuration)
Constructs a new MapValidator. |
static LongValidator |
LongValidator.create(ValidatorConfiguration configuration)
Constructs a new LongValidator. |
static IntegerValidator |
IntegerValidator.create(ValidatorConfiguration configuration)
Constructs a new IntegerValidator. |
static CollectionValidator |
CollectionValidator.create(ValidatorConfiguration configuration)
Constructs a new CollectionValidator. |
static BigDecimalValidator |
BigDecimalValidator.create(ValidatorConfiguration configuration)
Constructs a new BigDecimalValidator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||