| Modifier and Type | Required Element and Description | 
|---|---|
| String | validationImplementationThe fully qualified classname of the org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidator
 instance to use for validation | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| ConfigurationItem[] | configurationItemsOptional configuration items that can be used to setup the validator | 
public abstract String validationImplementation
The fully qualified classname of the org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidator instance to use for validation
If you need to do dependency injection, this can also correspond to a bean ID that implements the org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidator interface.
public abstract ConfigurationItem[] configurationItems
Optional configuration items that can be used to setup the validator
. Most validators should have at least a single configuration item withConfigurationItem.ERROR_MESSAGE.Copyright © 2020. All rights reserved.