Class CustomerCouponSubscribleValidator

  • All Implemented Interfaces:
    org.springframework.validation.Validator

    @Component
    public class CustomerCouponSubscribleValidator
    extends java.lang.Object
    implements org.springframework.validation.Validator
    • Constructor Detail

      • CustomerCouponSubscribleValidator

        public CustomerCouponSubscribleValidator()
    • Method Detail

      • supports

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

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