Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Firebasky/Java
/ getName
Method
getName
jackson/src/main/java/com/firebasky/learn/Man.java:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
public
String getName() {
24
System.out.println(
"get方法"
);
25
return
name;
26
}
27
28
public
void
setName(String name) {
29
System.out.println(
"set方法"
);
Callers
11
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
generateTemplatesImpl
Method · 0.45
getResponse
Method · 0.45
getResponse
Method · 0.45
getFdFile
Method · 0.45
tomcat_v3
Method · 0.45
getResponse
Method · 0.45
getResponse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected