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

Method ClassMethod

core/src/main/java/io/ddf/util/Utils.java:451–453  ·  view source on GitHub ↗
(String classHashMethodName, String defaultMethodName, Object... args)

Source from the content-addressed store, hash-verified

449 }
450
451 public ClassMethod(String classHashMethodName, String defaultMethodName, Object... args) throws DDFException {
452 this.parse(classHashMethodName, defaultMethodName, args);
453 }
454
455 public ClassMethod(String classHashMethodName, Object... args) throws DDFException {
456 this.parse(classHashMethodName, null, args);

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
setObjectMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected