Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
AbstractJAXRSClientTest
jaxrs2/src/test/java/feign/jaxrs2/Abst
AbstractClientTest
core/src/test/java/feign/client/Abstra
DefaultClientTest
core/src/test/java/feign/client/Defaul
Http2ClientTest
java11/src/test/java/feign/http2client
GoogleHttpClientTest
googlehttpclient/src/test/java/feign/g
Calls
no outgoing calls
Tested by
no test coverage detected