-
public class IBANKnowledgeImplementation based on the backend extractor services' IBANKnowledge.
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>countryIbanDictionaryprivate final <ERROR CLASS>universalIBANRegexprivate final <ERROR CLASS>ibanInBlocksRegexprivate final <ERROR CLASS>germanIBANRegexpublic final static IBANKnowledgeINSTANCE
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getCountryIbanDictionary()Each country has a specific length defined for the IBAN. final <ERROR CLASS>getUniversalIBANRegex()final <ERROR CLASS>getIbanInBlocksRegex()final <ERROR CLASS>getGermanIBANRegex()-
-
Method Detail
-
getCountryIbanDictionary
final <ERROR CLASS> getCountryIbanDictionary()
Each country has a specific length defined for the IBAN.
-
getUniversalIBANRegex
final <ERROR CLASS> getUniversalIBANRegex()
-
getIbanInBlocksRegex
final <ERROR CLASS> getIbanInBlocksRegex()
-
getGermanIBANRegex
final <ERROR CLASS> getGermanIBANRegex()
-
-
-
-