MCPcopy Index your code
hub / github.com/google/gson / visitPrimitive

Method visitPrimitive

src/main/java/com/google/gson/ObjectNavigator.java:72–72  ·  view source on GitHub ↗
(Object primitive)

Source from the content-addressed store, hash-verified

70 Object parent);
71
72 void visitPrimitive(Object primitive);
73
74 /**
75 * Retrieve the current target

Callers 3

acceptMethod · 0.65
visitPrimitiveMethod · 0.65
navigateMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected