Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ fullName
Method
fullName
src/main/java/com/github/javafaker/Name.java:53–55 ·
view source on GitHub ↗
Returns the same value as #name() @see Name#name()
()
Source
from the content-addressed store, hash-verified
51
* @see Name#name()
52
*/
53
public
String fullName() {
54
return
name();
55
}
56
57
/**
58
* <p>Returns a random
'given'
name such as Aaliyah, Aaron, Abagail or Abbey</p>
Callers
1
testFullName
Method · 0.80
Calls
1
name
Method · 0.95
Tested by
1
testFullName
Method · 0.64