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

Method toMap

jaxrs2/src/main/java/feign/jaxrs2/JAXRSClient.java:131–133  ·  view source on GitHub ↗
(MultivaluedMap<String, String> headers)

Source from the content-addressed store, hash-verified

129 }
130
131 private Map<String, Collection<String>> toMap(MultivaluedMap<String, String> headers) {
132 return headers.entrySet().stream().collect(Collectors.toMap(Entry::getKey, Entry::getValue));
133 }
134}

Callers 3

executeMethod · 0.95
decodeBodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected