Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
processMethod
Method · 0.45
getRootType
Method · 0.45
buildResultType
Method · 0.45
responseKey
Method · 0.45
generateInputType
Method · 0.45
generateEnum
Method · 0.45
generateFullObjectType
Method · 0.45
isDeprecated
Method · 0.45
validateVariableBindings
Method · 0.45
typeToString
Method · 0.45
mapInner
Method · 0.45
unwrapTypeName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected