Class IBANValidator.Validator

    • Constructor Summary

      Constructors 
      Constructor Description
      Validator​(java.lang.String countryCode, int ibanLength, java.lang.String regexWithCC)
      Creates the validator.
    • Constructor Detail

      • Validator

        public Validator​(java.lang.String countryCode,
                         int ibanLength,
                         java.lang.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 Detail

      • getIbanLength

        public int getIbanLength()
        Gets the length.
        Returns:
        the length.
        Since:
        1.10.0