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

Method setObject

src/main/java/com/google/gson/ObjectTypePair.java:41–43  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

39 }
40
41 void setObject(Object obj) {
42 this.obj = obj;
43 }
44
45 Type getType() {
46 return type;

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected