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

Method buildingNumber

src/main/java/com/github/javafaker/Address.java:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 public String buildingNumber() {
107 return faker.numerify(faker.fakeValuesService().resolve("address.building_number", this, faker));
108 }
109
110 public String fullAddress() {
111 return faker.fakeValuesService().resolve("address.full_address", this, faker);

Callers

nothing calls this directly

Calls 3

fakeValuesServiceMethod · 0.80
numerifyMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected