Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ publisher
Method
publisher
src/main/java/com/github/javafaker/Book.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
public
String publisher() {
19
return
faker.fakeValuesService().resolve(
"book.publisher"
, this, faker);
20
}
21
22
public
String genre() {
23
return
faker.fakeValuesService().resolve(
"book.genre"
, this, faker);
Callers
1
testPublisher
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testPublisher
Method · 0.64