MCPcopy Index your code
hub / github.com/OpenFeign/feign / build

Method build

mock/src/main/java/feign/mock/RequestKey.java:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public RequestKey build() {
74 return new RequestKey(this);
75 }
76 }
77
78 public static Builder builder(HttpMethod method, String url) {

Callers 15

createMethod · 0.95
decodesMethod · 0.45
nullBodyDecodesToNullMethod · 0.45
customDecoderMethod · 0.45
customObjectDecoderMethod · 0.45
customObjectEncoderMethod · 0.45
MoshiCodecMethod · 0.45
MoshiEncoderMethod · 0.45
MoshiDecoderMethod · 0.45

Calls

no outgoing calls