MCPcopy
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

acceptMethod · 0.80
containsMethod · 0.80
addAsArrayElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected