Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ charset
Method
charset
mock/src/main/java/feign/mock/RequestKey.java:59–62 ·
view source on GitHub ↗
(Charset charset)
Source
from the content-addressed store, hash-verified
57
}
58
59
public
Builder charset(Charset charset) {
60
this.charset = charset;
61
return
this;
62
}
63
64
public
Builder body(String body) {
65
return
body(body.getBytes(UTF_8));
Callers
6
setUp
Method · 0.45
equalExtra
Method · 0.45
equalsExtendedExtra
Method · 0.45
setup
Method · 0.45
verifyNone
Method · 0.45
RequestKey
Method · 0.45
Calls
no outgoing calls
Tested by
5
setUp
Method · 0.36
equalExtra
Method · 0.36
equalsExtendedExtra
Method · 0.36
setup
Method · 0.36
verifyNone
Method · 0.36