Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ setName
Method
setName
jackson/src/main/java/com/firebasky/learn/Man.java:28–31 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
26
}
27
28
public
void
setName(String name) {
29
System.out.println(
"set方法"
);
30
this.name = name;
31
}
32
}
Callers
5
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
generateTemplatesImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected