Uses of Class
org.apache.commons.validator.routines.IBANValidator
-
Packages that use IBANValidator Package Description org.apache.commons.validator.routines This package contains independent validation routines. -
-
Uses of IBANValidator in org.apache.commons.validator.routines
Fields in org.apache.commons.validator.routines declared as IBANValidator Modifier and Type Field Description static IBANValidatorIBANValidator. DEFAULT_IBAN_VALIDATORThe singleton instance which uses the default formatsMethods in org.apache.commons.validator.routines that return IBANValidator Modifier and Type Method Description static IBANValidatorIBANValidator. getInstance()Gets the singleton instance of the IBAN validator using the default formats
-