Class USCustomerAddressValidator

All Implemented Interfaces:
org.springframework.validation.Validator

@Component("blUSCustomerAddressValidator") public class USCustomerAddressValidator extends CustomerAddressValidator
  • Constructor Details

    • USCustomerAddressValidator

      public USCustomerAddressValidator()
  • Method Details

    • supports

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

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