Modifier and Type | Required Element and Description |
---|---|
String |
validationImplementation
The 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[] |
configurationItems
Optional 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 © 2022. All rights reserved.