Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ profession
Method
profession
src/main/java/com/github/javafaker/Company.java:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
public
String profession() {
32
return
faker.fakeValuesService().resolve(
"company.profession"
, this, faker);
33
}
34
35
public
String buzzword() {
36
@SuppressWarnings(
"unchecked"
)
Callers
1
testProfession
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testProfession
Method · 0.64