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

Method body

core/src/test/java/feign/FeignUnderAsyncTest.java:827–827  ·  view source on GitHub ↗
(List<String> contents)

Source from the content-addressed store, hash-verified

825 @Param("password") String password);
826
827 @RequestLine("POST /")
828 void body(List<String> contents);
829
830 @RequestLine("POST /")

Callers 15

postBodyParamMethod · 0.95
decodeMethod · 0.65
encodeMethod · 0.65
decodesMethod · 0.65
customDecoderMethod · 0.65
customObjectDecoderMethod · 0.65
encodeMethod · 0.65
decodeMethod · 0.65

Calls

no outgoing calls

Tested by 15

postBodyParamMethod · 0.76
decodesMethod · 0.52
customDecoderMethod · 0.52
customObjectDecoderMethod · 0.52
clientMethod · 0.52
decodesSoapMethod · 0.52