MCPcopy 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

setUpMethod · 0.45
equalExtraMethod · 0.45
equalsExtendedExtraMethod · 0.45
setupMethod · 0.45
verifyNoneMethod · 0.45
RequestKeyMethod · 0.45

Calls

no outgoing calls

Tested by 5

setUpMethod · 0.36
equalExtraMethod · 0.36
equalsExtendedExtraMethod · 0.36
setupMethod · 0.36
verifyNoneMethod · 0.36