| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
<R> NativeMethod<R,R> |
JVMNativeUtil.FromReflectedMethod(Constructor<R> method)
reflection constructor to native method.
|
NativeMethod |
JVMNativeUtil.FromReflectedMethod(Method method)
reflection method to native method.
|
<R,D> NativeMethod<R,D> |
JVMNativeUtil.GetMethodID(Class<D> declaring,
String name,
String signature)
Get non static native method by signature
|
<R,D> NativeMethod<R,D> |
JVMNativeUtil.GetStaticMethodID(Class<D> declaring,
String name,
String signature)
Get static native method by signature
|
Copyright © 2023. All rights reserved.