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

Interface CustomMethod

core/src/test/java/feign/DefaultContractTest.java:439–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 }
438
439 interface CustomMethod {
440
441 @RequestLine("PATCH")
442 Response patch();
443 }
444
445 interface WithQueryParamsInPath {
446

Callers

nothing calls this directly

Implementers 5

AbstractJAXRSClientTestjaxrs2/src/test/java/feign/jaxrs2/Abst
AbstractClientTestcore/src/test/java/feign/client/Abstra
DefaultClientTestcore/src/test/java/feign/client/Defaul
Http2ClientTestjava11/src/test/java/feign/http2client
GoogleHttpClientTestgooglehttpclient/src/test/java/feign/g

Calls

no outgoing calls

Tested by

no test coverage detected