(String stateAbbr)
| 36 | } |
| 37 | |
| 38 | public String zipCodeByState(String stateAbbr) { |
| 39 | return faker.fakeValuesService().resolve("address.postcode_by_state." + stateAbbr, this, faker); |
| 40 | } |
| 41 | |
| 42 | public String countyByZipCode(String postCode) { |
| 43 | return faker.fakeValuesService().resolve("address.county_by_postcode." + postCode, this, faker); |