Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ target
Method
target
core/src/main/java/feign/Feign.java:208–210 ·
view source on GitHub ↗
(Class<T> apiType, String url)
Source
from the content-addressed store, hash-verified
206
}
207
208
public
<T> T target(Class<T> apiType, String url) {
209
return
target(
new
HardCodedTarget<>(apiType, url));
210
}
211
212
public
<T> T target(Target<T> target) {
213
return
build().newInstance(target);
Callers
15
main
Method · 0.45
callIgnoredMethod
Method · 0.45
defaultMethodsNotProxied
Method · 0.45
reactorTargetFull
Method · 0.45
rxJavaTarget
Method · 0.45
invocationFactoryIsNotSupported
Method · 0.45
doNotCloseUnsupported
Method · 0.45
requestInterceptor
Method · 0.45
requestInterceptors
Method · 0.45
responseMappers
Method · 0.45
queryMapEncoders
Method · 0.45
errorDecoder
Method · 0.45
Calls
2
build
Method · 0.95
newInstance
Method · 0.45
Tested by
15
main
Method · 0.36
callIgnoredMethod
Method · 0.36
defaultMethodsNotProxied
Method · 0.36
reactorTargetFull
Method · 0.36
rxJavaTarget
Method · 0.36
invocationFactoryIsNotSupported
Method · 0.36
doNotCloseUnsupported
Method · 0.36
requestInterceptor
Method · 0.36
requestInterceptors
Method · 0.36
responseMappers
Method · 0.36
queryMapEncoders
Method · 0.36
errorDecoder
Method · 0.36