You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple, no-depes, library for accessing financial institution information provided
by KFTC(금융결제원, 金融決濟院, Korea Financial Telecommunications
and Clearings Institute).
<dependency>
<groupId>io.github.jinahya</groupId>
<artifactId>kftc-financial-institution-info</artifactId>
<!-- Check the badge above for the latest version -->
</dependency>
Those newInstance() methods, whenever invoked, load data from resources in the classpath. Callers are recommended to (
or should) cache the result.
classKftcService {
// less than two hundreds values// the set and its values are all immutable and thread-safepublicstaticfinalKftcFinancialInstitutionInfoSetINFO_SET
= KftcFinancialInstitutionInfoSet.newInstance();
// more than 20 thousands values!// do not load if it's not required publicstaticfinalKftcFinancialInstitutionBranchInfoSetBRANCH_INFO_SET
= KftcFinancialInstitutionBranchInfoSet.newInstance();
}
More output formats
SQLite DB file
You can generate an SQLite database file, while builds, into db/kftc-financial-institution-info.sqlite3.