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

Method setObject

core/src/main/java/io/ddf/util/Utils.java:430–433  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

428 }
429
430 public void setObject(Object obj) {
431 mObject = obj;
432 if (mObject != null) mObjectClass = mObject.getClass();
433 }
434
435 public Method getMethod() {
436 if (mMethod == null) try {

Callers 1

ClassMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected