| Package | Description |
|---|---|
| com.impetus.kundera.validation | |
| com.impetus.kundera.validation.rules |
| Modifier and Type | Field and Description |
|---|---|
private List<IRule> |
ValidationFactory.RuleFactory.jpaRules
list of jpa rules to be applied
|
(package private) static List<IRule> |
OperationValidationFactory.rules
List of rules for operation level validations
|
(package private) static List<IRule> |
BootstrapValidationFactory.rules
List of rules for BootStrap level validations
|
| Modifier and Type | Method and Description |
|---|---|
(package private) IRule[] |
ValidationFactory.RuleFactory.getJpaRules() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractValidationFactory.validate(Class clazz,
IRule... rules) |
boolean |
ValidationFactory.validate(Class clazz,
IRule... rules)
validates a given entity with given set of rules
|
boolean |
AbstractValidationFactory.validate(Field field,
IRule... rules) |
boolean |
ValidationFactory.validate(Field field,
IRule... rules)
validates a field of a class with given set of rules
|
boolean |
OperationValidationFactory.validate(Field field,
Object fieldValue,
IRule... rules) |
boolean |
AbstractValidationFactory.validate(Field field,
Object fieldValue,
IRule... rules) |
boolean |
ValidationFactory.validate(Field field,
Object fieldValue,
IRule... rules)
validates a field against its value with given set of rules
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
ValidationFactory.RuleFactory.addRule(List<IRule> rules)
builds static rule list for validation factory
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityRule |
interface |
FieldRule |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeConstraintRule |
class |
EntityAnnotationRule |
class |
EntityFieldAnnotationRule |
class |
RelationAttributeRule |
Copyright © 2015. All Rights Reserved.