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

Method Job

src/main/java/com/github/javafaker/Job.java:7–9  ·  view source on GitHub ↗
(final Faker faker)

Source from the content-addressed store, hash-verified

5 private final Faker faker;
6
7 public Job(final Faker faker) {
8 this.faker = faker;
9 }
10
11 public String field() {
12 return faker.fakeValuesService().resolve("job.field", this, faker);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected