Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_;
Callers
4
Java_org_apache_nifi_processor_JniConfigurationContext_getName
Function · 0.45
getClassDescription
Method · 0.45
Java_org_apache_nifi_processor_JniProcessContext_getName
Function · 0.45
onEnable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected