MCPcopy 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

mainMethod · 0.45
callIgnoredMethodMethod · 0.45
reactorTargetFullMethod · 0.45
rxJavaTargetMethod · 0.45
doNotCloseUnsupportedMethod · 0.45
requestInterceptorMethod · 0.45
requestInterceptorsMethod · 0.45
responseMappersMethod · 0.45
queryMapEncodersMethod · 0.45
errorDecoderMethod · 0.45

Calls 2

buildMethod · 0.95
newInstanceMethod · 0.45

Tested by 15

mainMethod · 0.36
callIgnoredMethodMethod · 0.36
reactorTargetFullMethod · 0.36
rxJavaTargetMethod · 0.36
doNotCloseUnsupportedMethod · 0.36
requestInterceptorMethod · 0.36
requestInterceptorsMethod · 0.36
responseMappersMethod · 0.36
queryMapEncodersMethod · 0.36
errorDecoderMethod · 0.36