Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ direct
Method
direct
src/main/java/com/github/javafaker/Relationships.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
public
String direct() {
16
return
faker.resolve(
"relationship.familial.direct"
);
17
}
18
19
public
String extended() {
20
return
faker.resolve(
"relationship.familial.extended"
);
Callers
1
directTest
Method · 0.80
Calls
1
resolve
Method · 0.45
Tested by
1
directTest
Method · 0.64