Class CustomerAddressValidator

java.lang.Object
org.broadleafcommerce.common.web.validator.BroadleafCommonAddressValidator
org.broadleafcommerce.core.web.controller.account.validator.CustomerAddressValidator
All Implemented Interfaces:
org.springframework.validation.Validator
Direct Known Subclasses:
USCustomerAddressValidator

@Component("blCustomerAddressValidator") public class CustomerAddressValidator extends BroadleafCommonAddressValidator implements org.springframework.validation.Validator
  • Constructor Details

    • CustomerAddressValidator

      public CustomerAddressValidator()
  • Method Details

    • supports

      public boolean supports(Class clazz)
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate(Object obj, org.springframework.validation.Errors errors)
      Specified by:
      validate in interface org.springframework.validation.Validator