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

Method field

src/main/java/com/github/javafaker/Job.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 public String field() {
12 return faker.fakeValuesService().resolve("job.field", this, faker);
13 }
14
15 public String seniority() {
16 return faker.fakeValuesService().resolve("job.seniority", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected