|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValidation | |
---|---|
nl.knowlogy.validation | |
nl.knowlogy.validation.validators |
Uses of PropertyValidation in nl.knowlogy.validation |
---|
Methods in nl.knowlogy.validation with parameters of type PropertyValidation | |
---|---|
void |
ClassValidatorImpl.add(PropertyValidation propertyValidation)
|
void |
ClassValidator.add(PropertyValidation propertyValidation)
|
void |
ClassValidatorImpl.add(PropertyValidation propertyValidation,
PropertyMetadataSuplier propertyMetadataSuplier)
|
Uses of PropertyValidation in nl.knowlogy.validation.validators |
---|
Classes in nl.knowlogy.validation.validators that implement PropertyValidation | |
---|---|
class |
AllowedValuesValidator
Validates if a property contains specific values. |
class |
BasePropertyValidator
Base class for property validators. |
class |
CustomPropertyValidator
|
class |
IsNotBlankValidator
|
class |
IsRequiredValidator
|
class |
IsValidValidator
The IsValidValidator validates properties which are not
returning default types (like Integer, Long, String etc) but user defined classes or
arrays/collections of user defined classes. |
class |
MaxLengthValidator
|
class |
MaxSizeValidator
|
class |
MinLengthValidator
|
class |
MinSizeValidator
|
class |
PatternValidator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |