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

Method map

core/src/main/java/feign/ResponseMapper.java:41–41  ·  view source on GitHub ↗
(Response response, Type type)

Source from the content-addressed store, hash-verified

39public interface ResponseMapper {
40
41 Response map(Response response, Type type);
42}

Callers 15

responseMappersMethod · 0.95
getRootTypeMethod · 0.65
extractClassFqnsMethod · 0.65
buildResultTypeMethod · 0.65
writeRecordBodyMethod · 0.65
generateInputTypeMethod · 0.65
typeNameToStringMethod · 0.65
writeRecordMethod · 0.65
getMetricMethod · 0.65
runMainMethod · 0.65
runMainMethod · 0.65

Implementers 2

TextResponseMapperspring/src/test/java/feign/spring/Spri
GraphqlTypeMappergraphql-apt/src/main/java/feign/graphq

Calls

no outgoing calls

Tested by 15

responseMappersMethod · 0.76
getMetricMethod · 0.52
runMainMethod · 0.52
runMainMethod · 0.52
runMainMethod · 0.52
runMainMethod · 0.52
encodeMethod · 0.52
canSupportGzipOnErrorMethod · 0.52
processMethod · 0.52