Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/gson
/ getTarget
Method
getTarget
src/main/java/com/google/gson/ObjectNavigator.java:77–77 ·
view source on GitHub ↗
Retrieve the current target
()
Source
from the content-addressed store, hash-verified
75
* Retrieve the current target
76
*/
77
Object getTarget();
78
}
79
80
private
final
ExclusionStrategy exclusionStrategy;
Callers
5
fromJsonArray
Method · 0.65
fromJsonObject
Method · 0.65
fromJsonPrimitive
Method · 0.65
accept
Method · 0.65
visitChild
Method · 0.65
Implementers
1
JsonSerializationVisitor
src/main/java/com/google/gson/JsonSeri
Calls
no outgoing calls
Tested by
no test coverage detected