Package jnr.ffi.provider
Class NativeInvocationHandler
- java.lang.Object
-
- jnr.ffi.provider.NativeInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
public class NativeInvocationHandler extends Object implements InvocationHandler
InvocationHandler used to map invocations on a java interface to the correct native function.
-
-
Constructor Summary
Constructors Constructor Description NativeInvocationHandler(Map<Method,Invoker> invokers)
Creates a new InvocationHandler instance.
-