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

Method builder

mock/src/main/java/feign/mock/RequestKey.java:78–80  ·  view source on GitHub ↗
(HttpMethod method, String url)

Source from the content-addressed store, hash-verified

76 }
77
78 public static Builder builder(HttpMethod method, String url) {
79 return new Builder(method, url);
80 }
81
82 public static RequestKey create(Request request) {
83 return new RequestKey(request);

Callers 15

setUpMethod · 0.95
checkHashesMethod · 0.95
equalPostMethod · 0.95
equalMinimumMethod · 0.95
equalExtraMethod · 0.95
equalsExtendedMethod · 0.95
equalsExtendedExtraMethod · 0.95
toStringSimpleMethod · 0.95
setupMethod · 0.95
verifyInvocationMethod · 0.95
verifyNoneMethod · 0.95
setupMethod · 0.95

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.76
checkHashesMethod · 0.76
equalPostMethod · 0.76
equalMinimumMethod · 0.76
equalExtraMethod · 0.76
equalsExtendedMethod · 0.76
equalsExtendedExtraMethod · 0.76
toStringSimpleMethod · 0.76
setupMethod · 0.76
verifyInvocationMethod · 0.76
verifyNoneMethod · 0.76
setupMethod · 0.76