(5f7aad7de4dbbf32788cfc228066c4bfee8043fb)
#include "qjniobject.h"
#include "qjnihelpers_p.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qhash.h>
#include <QtCore/qreadwritelock.h>
#include <QtCore/qloggingcategory.h>
Go to the source code of this file.
◆ JFieldIDHash
◆ JMethodIDHash
◆ cacheKey()
template<typename ... Args>
◆ getCachedClass()
| jclass getCachedClass |
( |
const QByteArray & | className | ) |
|
|
static |
◆ getCleanJniObject()
| QJniObject getCleanJniObject |
( |
jobject | object, |
|
|
JNIEnv * | env ) |
|
static |
Get a JNI object from a jobject variant and do the necessary exception clearing and delete the local reference before returning. The JNI object can be null if there was an exception.
Definition at line 430 of file qjniobject.cpp.