Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
collectScalarsFromType
Method · 0.65
getSimpleTypeName
Method · 0.65
unwrapListTypeMirror
Method · 0.65
extractClassFqns
Method · 0.65
generateResultType
Method · 0.65
buildResultType
Method · 0.65
generateInputType
Method · 0.65
processPendingTypes
Method · 0.65
wrapType
Method · 0.65
wrapTypeInner
Method · 0.65
formatFieldParam
Method · 0.65
validate
Method · 0.65
Calls
no outgoing calls
Tested by
15
runMain
Method · 0.52
runMain
Method · 0.52
runMain
Method · 0.52
runMain
Method · 0.52
resolvesParameterizedResult
Method · 0.52
useCaseInsensitiveHeaderFieldNames
Method · 0.52
encodedQueryWithUnsafeCharactersMixedWithUnencoded
Method · 0.52
shouldNotMutateInternalHeadersMap
Method · 0.52
testConvertAndSendWithAcceptEncoding
Method · 0.52
testConvertAndSendWithContentLength
Method · 0.52
provideInvocationHandlerFactory
Method · 0.52
doNotCloseAfterDecodeDecoderFailure
Method · 0.52