java.lang.Object
de.hybris.platform.sapdigitalpaymentaddon.controllers.pages.checkout.validation.BillingAddressValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Component("billingAddressValidator") public class BillingAddressValidator extends Object implements org.springframework.validation.Validator
Billing address validator. Cheks the billing address fields on submitting the BillingAddressDetailsForm form
  • Constructor Details

    • BillingAddressValidator

      public BillingAddressValidator()
  • Method Details

    • supports

      public boolean supports(Class<?> aClass)
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object