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

Method name

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

Source from the content-addressed store, hash-verified

35
36 /* configuration key associated with this target. For example, {@code route53}. */
37 String name();
38
39 /* base HTTP URL of the target. For example, {@code https://api/v2}. */
40 String url();

Callers 15

createMethod · 0.65
createTimerMethod · 0.65
recordSuccessMethod · 0.65
recordFailureMethod · 0.65
decodeMethod · 0.65
metricNameMethod · 0.65
executeMethod · 0.65
encodingMethod · 0.65
logRequestMethod · 0.65
ProtocolVersionMethod · 0.65
RequestMethod · 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 7

downloadTestMethod · 0.52
stepExplicitNullMethod · 0.52
stepMissingMethod · 0.52
stepPresentMethod · 0.52
writeMethod · 0.52
customSetterMethod · 0.52