Uses of Class
org.apache.commons.validator.routines.IBANValidator
-
Packages that use IBANValidator Package Description org.apache.commons.validator.routines This package contains independant 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 IBANValidator
IBANValidator. DEFAULT_IBAN_VALIDATOR
The singleton instance which uses the default formatsMethods in org.apache.commons.validator.routines that return IBANValidator Modifier and Type Method Description static IBANValidator
IBANValidator. getInstance()
Return a singleton instance of the IBAN validator using the default formats
-