MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / JavaClass

Method JavaClass

extensions/jni/jvm/JavaClass.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 public:
47
48 JavaClass()
49 : class_ref_(nullptr) {
50 }
51
52 /**
53 * Initializes the java class with the name ( package + class name )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected