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