Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ genre
Method
genre
src/main/java/com/github/javafaker/Book.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public
String genre() {
23
return
faker.fakeValuesService().resolve(
"book.genre"
, this, faker);
24
}
25
}
Callers
nothing calls this directly
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
no test coverage detected