MCPcopy Create free account
hub / github.com/ddf-project/DDF / getObject

Method getObject

core/src/main/java/io/ddf/util/Utils.java:425–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423 }
424
425 public Object getObject() throws DDFException {
426 if (mObject == null) mObject = this.instantiateObject(mObjectClass);
427 return mObject;
428 }
429
430 public void setObject(Object obj) {
431 mObject = obj;

Callers 1

instanceInvokeMethod · 0.95

Calls 1

instantiateObjectMethod · 0.95

Tested by

no test coverage detected