java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.validation.ValidationConfigurationBasedPropertyValidator
org.broadleafcommerce.openadmin.server.service.persistence.validation.MatchesFieldValidator
All Implemented Interfaces:
FieldNamePropertyValidator, PropertyValidator

@Component("blMatchesFieldValidator") public class MatchesFieldValidator extends ValidationConfigurationBasedPropertyValidator implements FieldNamePropertyValidator
Checks for equality between this field and a configured 'otherField'
Author:
Phillip Verheyden