MCPcopy 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

decodesMethod · 0.95
nullBodyDecodesToNullMethod · 0.95
customDecoderMethod · 0.95
customObjectDecoderMethod · 0.95
clientMethod · 0.95
decodeTestMethod · 0.95
decodesSoapMethod · 0.95

Calls

no outgoing calls

Tested by 15

decodesMethod · 0.76
nullBodyDecodesToNullMethod · 0.76
customDecoderMethod · 0.76
customObjectDecoderMethod · 0.76
clientMethod · 0.76
decodeTestMethod · 0.76
decodesSoapMethod · 0.76