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

Method getName

core/src/test/java/feign/PropertyPojo.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public String getName() {
45 return name;
46 }
47
48 public void setName(String name) {
49 this.name = name;

Callers 15

processMethodMethod · 0.45
getRootTypeMethod · 0.45
buildResultTypeMethod · 0.45
responseKeyMethod · 0.45
generateInputTypeMethod · 0.45
generateEnumMethod · 0.45
isDeprecatedMethod · 0.45
typeToStringMethod · 0.45
mapInnerMethod · 0.45
unwrapTypeNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected