MCPcopy 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

fromJsonArrayMethod · 0.65
fromJsonObjectMethod · 0.65
fromJsonPrimitiveMethod · 0.65
acceptMethod · 0.65
visitChildMethod · 0.65

Implementers 1

JsonSerializationVisitorsrc/main/java/com/google/gson/JsonSeri

Calls

no outgoing calls

Tested by

no test coverage detected