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 Link icon

    • Validator Link icon

      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 Link icon

    • getIbanLength Link icon

      public int getIbanLength()
      Gets the length.
      Returns:
      the length.
      Since:
      1.10.0
    • getRegexValidator Link icon

      Gets the RegexValidator.
      Returns:
      the RegexValidator.
      Since:
      1.8