Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
create
Method · 0.95
decodes
Method · 0.45
nullBodyDecodesToNull
Method · 0.45
emptyBodyDecodesToNull
Method · 0.45
notFoundDecodesToEmpty
Method · 0.45
customDecoder
Method · 0.45
customObjectDecoder
Method · 0.45
customObjectEncoder
Method · 0.45
MoshiCodec
Method · 0.45
MoshiEncoder
Method · 0.45
MoshiDecoder
Method · 0.45
scopeIsOpenDuringClientExecution
Method · 0.45
Calls
no outgoing calls
Tested by
15
decodes
Method · 0.36
nullBodyDecodesToNull
Method · 0.36
emptyBodyDecodesToNull
Method · 0.36
notFoundDecodesToEmpty
Method · 0.36
customDecoder
Method · 0.36
customObjectDecoder
Method · 0.36
customObjectEncoder
Method · 0.36
scopeIsOpenDuringClientExecution
Method · 0.36
asyncScopeIsOpenDuringClientExecution
Method · 0.36
parentObservationIsRestoredAfterCall
Method · 0.36
scopeReceivesObservationCarryingFeignContext
Method · 0.36
setUp
Method · 0.36