Package jnr.ffi.provider.jffi
Class ClosureUtil
java.lang.Object
jnr.ffi.provider.jffi.ClosureUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Method
getDelegateMethod
(Class closureClass) (package private) static FromNativeType
getParameterType
(Runtime runtime, Method m, int idx, SignatureTypeMapper typeMapper) (package private) static ToNativeType
getResultType
(Runtime runtime, Method m, SignatureTypeMapper typeMapper)
-
Constructor Details
-
ClosureUtil
private ClosureUtil()
-
-
Method Details
-
getResultType
-
getParameterType
static FromNativeType getParameterType(Runtime runtime, Method m, int idx, SignatureTypeMapper typeMapper) -
getDelegateMethod
-