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