MCPcopy Create free account
hub / github.com/DiUS/java-faker / Finance

Method Finance

src/main/java/com/github/javafaker/Finance.java:14–16  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

12 private final Faker faker;
13
14 protected Finance(Faker faker) {
15 this.faker = faker;
16 }
17
18
19 private static final Map<String, String> countryCodeToBasicBankAccountNumberPattern =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected