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

Method url

core/src/main/java/feign/Target.java:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39 /* base HTTP URL of the target. For example, {@code https://api/v2}. */
40 String url();
41
42 /**
43 * Targets a template to this target, adding the {@link #url() base url} and any target-specific

Callers 15

createMethod · 0.65
metricNameMethod · 0.65
executeMethod · 0.65
canonicalStringMethod · 0.65
applyMethod · 0.65
resolvesBodyParameterMethod · 0.65
expandMethod · 0.65
socketTimeoutTestMethod · 0.65

Implementers 7

IAMTargetsax/src/test/java/feign/sax/examples/I
HardCodedTargetcore/src/main/java/feign/Target.java
EmptyTargetcore/src/main/java/feign/Target.java
IAMTargetjaxb/src/test/java/feign/jaxb/examples
IAMTargetjaxb-jakarta/src/test/java/feign/jaxb/
MockTargetmock/src/main/java/feign/mock/MockTarg
LoadBalancingTargetribbon/src/main/java/feign/ribbon/Load

Calls

no outgoing calls

Tested by 15

canonicalStringMethod · 0.52
applyMethod · 0.52
resolvesBodyParameterMethod · 0.52
expandMethod · 0.52
socketTimeoutTestMethod · 0.52
normalResponseTestMethod · 0.52