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

Method getName

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

Source from the content-addressed store, hash-verified

38 abstract String expand(Object variable, boolean encode);
39
40 public String getName() {
41 return this.name;
42 }
43
44 Pattern getPattern() {
45 return pattern;

Callers 15

JavaLoggerMethod · 0.45
DefaultContractMethod · 0.45
resolveMethod · 0.45
decodeSlashMethod · 0.45
getFieldsToEnrichMethod · 0.45
configKeyMethod · 0.45
findOptionsMethod · 0.45
getThreadIdentifierMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected