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

Method author

src/main/java/com/github/javafaker/Book.java:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 public String author() {
11 return faker.fakeValuesService().resolve("book.author", this, faker);
12 }
13
14 public String title() {
15 return faker.fakeValuesService().resolve("book.title", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected