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

Method visitArray

src/main/java/com/google/gson/ObjectNavigator.java:46–46  ·  view source on GitHub ↗

This is called to visit the current object if it is an array

(Object array, Type componentType)

Source from the content-addressed store, hash-verified

44 * This is called to visit the current object if it is an array
45 */
46 void visitArray(Object array, Type componentType);
47
48 /**
49 * This is called to visit an object field of the current object

Callers 1

acceptMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected