Class IBANValidator.Validator

java.lang.Object
org.apache.commons.validator.routines.IBANValidator.Validator
Enclosing class:
IBANValidator

public static class IBANValidator.Validator extends Object
The validation class
  • Constructor Details

    • Validator

      public Validator(String countryCode, int ibanLength, String regexWithCC)
      Creates the validator.
      Parameters:
      countryCode - the country code
      ibanLength - the length of the IBAN
      regexWithCC - the regex to use to check the format, the regex MUST start with the country code.
  • Method Details