Class TmaDeliveryAddressValidator

java.lang.Object
de.hybris.platform.b2ctelcocommercewebservicescommons.validator.TmaDeliveryAddressValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class TmaDeliveryAddressValidator extends Object implements org.springframework.validation.Validator
Validator for AddressData.
Since:
2007
  • Constructor Details

    • TmaDeliveryAddressValidator

      public TmaDeliveryAddressValidator()
  • Method Details

    • supports

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

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