Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gson
/ getObject
Method
getObject
src/main/java/com/google/gson/ObjectTypePair.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
Object getObject() {
38
return
obj;
39
}
40
41
void
setObject(Object obj) {
42
this.obj = obj;
Callers
6
accept
Method · 0.80
contains
Method · 0.80
addAsArrayElement
Method · 0.80
visitUsingCustomHandler
Method · 0.80
findAndInvokeCustomSerializer
Method · 0.80
visitFieldsReflectively
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected