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

Method sex

src/main/java/com/github/javafaker/Demographic.java:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public String sex() {
24 return faker.fakeValuesService().fetchString("demographic.sex");
25 }
26
27 public String maritalStatus() {
28 return faker.fakeValuesService().fetchString("demographic.marital_status");

Callers

nothing calls this directly

Calls 2

fetchStringMethod · 0.80
fakeValuesServiceMethod · 0.80

Tested by

no test coverage detected