| Class and Description |
|---|
| GlobalValidationResult
DTO representing a boolean whether or not it passed validation and String error message.
|
| Class and Description |
|---|
| EntityValidatorService
Validates all of the populated properties for entities
|
| PopulateValueRequestValidator
This is injected into the
BasicPersistenceModule and invoked prior to any attempts to actually populate values
from the Entity DTO representation into the Hibernate entity using the FieldPersistenceProvider paradigm. |
| Class and Description |
|---|
| EntityValidatorService
Validates all of the populated properties for entities
|
| EntityValidatorServiceImpl
This implementation validates each
Property from the given Entity according to the
ValidationConfigurations associated with it. |
| FieldNamePropertyValidator
Marker interface for any validator that contains field names as part of its configuration.
|
| GlobalPropertyValidator
Analagous to
PropertyValidator except this does not attempt to use any ValidationConfiguration from an
AdminPresentation annotation. |
| GlobalValidationResult
DTO representing a boolean whether or not it passed validation and String error message.
|
| PopulateValueRequestValidator
This is injected into the
BasicPersistenceModule and invoked prior to any attempts to actually populate values
from the Entity DTO representation into the Hibernate entity using the FieldPersistenceProvider paradigm. |
| PropertyValidationResult
Empty DTO for now that just denotes that this validation error is from a property
|
| PropertyValidator
Interface for performing validation on a property.
|
| ValidationConfigurationBasedPropertyValidator
Provides a default validate method that uses the validation configuration map to pull out the error key and pre-populate
the
PropertyValidationResult based on ConfigurationItem.ERROR_MESSAGE. |
| Class and Description |
|---|
| PropertyValidationResult
Empty DTO for now that just denotes that this validation error is from a property
|
| PropertyValidator
Interface for performing validation on a property.
|
| ValidationConfigurationBasedPropertyValidator
Provides a default validate method that uses the validation configuration map to pull out the error key and pre-populate
the
PropertyValidationResult based on ConfigurationItem.ERROR_MESSAGE. |
Copyright © 2017. All rights reserved.