Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ builder
Method
builder
core/src/main/java/feign/Response.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public
static
Builder builder() {
51
return
new
Builder();
52
}
53
54
public
static
final
class
Builder {
55
private
static
final
ProtocolVersion DEFAULT_PROTOCOL_VERSION = ProtocolVersion.HTTP_1_1;
Callers
15
decodes
Method · 0.95
nullBodyDecodesToNull
Method · 0.95
emptyBodyDecodesToNull
Method · 0.95
notFoundDecodesToEmpty
Method · 0.95
customDecoder
Method · 0.95
customObjectDecoder
Method · 0.95
client
Method · 0.95
decodeTest
Method · 0.95
notFoundDecodesToEmpty
Method · 0.95
decodesSoap
Method · 0.95
decodesSoapWithSchemaOnEnvelope
Method · 0.95
decodesSoap1_2Protocol
Method · 0.95
Calls
no outgoing calls
Tested by
15
decodes
Method · 0.76
nullBodyDecodesToNull
Method · 0.76
emptyBodyDecodesToNull
Method · 0.76
notFoundDecodesToEmpty
Method · 0.76
customDecoder
Method · 0.76
customObjectDecoder
Method · 0.76
client
Method · 0.76
decodeTest
Method · 0.76
notFoundDecodesToEmpty
Method · 0.76
decodesSoap
Method · 0.76
decodesSoapWithSchemaOnEnvelope
Method · 0.76
decodesSoap1_2Protocol
Method · 0.76