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

Method toBuilder

core/src/main/java/feign/Response.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public Builder toBuilder() {
47 return new Builder(this);
48 }
49
50 public static Builder builder() {
51 return new Builder();

Callers 15

convertResponseMethod · 0.95
executeAndDecodeMethod · 0.95
decodeMethod · 0.80
decodeMethod · 0.80
ensureRequestIsSetMethod · 0.80
decodeMethod · 0.80

Calls

no outgoing calls

Tested by 10

convertResponseMethod · 0.76
decodeMethod · 0.64
mapMethod · 0.64