Class IBANValidator.Validator
java.lang.Object
org.apache.commons.validator.routines.IBANValidator.Validator
- Enclosing class:
- IBANValidator
The validation class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Validator
Creates the validator.- Parameters:
countryCode
- the country codeibanLength
- the length of the IBANregexWithCC
- the regex to use to check the format, the regex MUST start with the country code.
-
-
Method Details
-
getRegexValidator
Gets the RegexValidator.- Returns:
- the RegexValidator.
- Since:
- 1.8
-