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

Method get

core/src/test/java/feign/BaseApiTest.java:35–35  ·  view source on GitHub ↗
(@Param("key") K key)

Source from the content-addressed store, hash-verified

33 interface BaseApi<K, M> {
34
35 @RequestLine("GET /api/{key}")
36 Entity<K, M> get(@Param("key") K key);
37
38 @RequestLine("POST /api")

Callers 15

getSimpleTypeNameMethod · 0.65
unwrapListTypeMirrorMethod · 0.65
extractClassFqnsMethod · 0.65
generateResultTypeMethod · 0.65
buildResultTypeMethod · 0.65
generateInputTypeMethod · 0.65
processPendingTypesMethod · 0.65
wrapTypeMethod · 0.65
wrapTypeInnerMethod · 0.65
formatFieldParamMethod · 0.65
validateMethod · 0.65

Calls

no outgoing calls