Class KycExchangeRequestValidator

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

    @Component
    public class KycExchangeRequestValidator
    extends AuthRequestValidator
    The Class For KycExchangeRequestValidator extending the BaseAuthRequestValidatorBaseAuthRequestValidator}
    Author:
    Mahammed Taheer
    • Constructor Detail

      • KycExchangeRequestValidator

        public KycExchangeRequestValidator()
    • Method Detail

      • supports

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

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