ledger-core
Public Attributes | List of all members
djinni::EntryJniInfo Struct Reference
+ Collaboration diagram for djinni::EntryJniInfo:

Public Attributes

const GlobalRef< jclass > clazz { jniFindClass("java/util/Map$Entry") }
 
const jmethodID method_getKey { jniGetMethodID(clazz.get(), "getKey", "()Ljava/lang/Object;") }
 
const jmethodID method_getValue { jniGetMethodID(clazz.get(), "getValue", "()Ljava/lang/Object;") }
 

The documentation for this struct was generated from the following file: