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

Method getName

extensions/jni/jvm/JavaClass.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 ~JavaClass() = default;
65
66 std::string getName() const {
67 return name_;
68 }
69
70 jclass getReference() const {
71 return class_ref_;

Calls

no outgoing calls

Tested by

no test coverage detected