Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ extension
Method
extension
src/main/java/com/github/javafaker/File.java:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
public
String extension() {
11
return
faker.resolve(
"file.extension"
);
12
}
13
14
public
String mimeType() {
15
return
faker.resolve(
"file.mime_type"
);
Callers
3
fileName
Method · 0.95
testExtension
Method · 0.45
testExtension
Method · 0.45
Calls
1
resolve
Method · 0.45
Tested by
2
testExtension
Method · 0.36
testExtension
Method · 0.36