Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ word
Method
word
src/main/java/com/github/javafaker/Lorem.java:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
public
String word() {
89
return
faker.fakeValuesService().resolve(
"lorem.words"
, this, faker);
90
}
91
92
/**
93
* Create a sentence with a random number of words within the range 4..10.
Callers
2
words
Method · 0.95
fileName
Method · 0.45
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
no test coverage detected