Uses of Interface
jnr.ffi.provider.Invoker
Packages that use Invoker
-
Uses of Invoker in jnr.ffi.provider
Fields in jnr.ffi.provider with type parameters of type InvokerModifier and TypeFieldDescriptionNativeInvocationHandler.fastLookupTable
NativeInvocationHandler.invokerMap
Methods in jnr.ffi.provider that return InvokerModifier and TypeMethodDescriptionprivate Invoker
NativeInvocationHandler.lookupAndCacheInvoker
(Method method) Constructor parameters in jnr.ffi.provider with type arguments of type InvokerModifierConstructorDescriptionNativeInvocationHandler
(Map<Method, Invoker> invokers) Creates a new InvocationHandler instance. -
Uses of Invoker in jnr.ffi.provider.jffi
Classes in jnr.ffi.provider.jffi that implement InvokerModifier and TypeClassDescription(package private) static class
private static final class
private static final class
(package private) static class
private static final class
private static final class
private static final class
Fields in jnr.ffi.provider.jffi declared as InvokerModifier and TypeFieldDescriptionprivate final Invoker
DefaultInvokerFactory.SynchronizedInvoker.invoker
Methods in jnr.ffi.provider.jffi that return InvokerModifier and TypeMethodDescriptionDefaultInvokerFactory.createInvoker
(Method method) private Invoker
ReflectionLibraryLoader.LazyLoader.getVariableAccessor
(Method method) Methods in jnr.ffi.provider.jffi that return types with arguments of type InvokerConstructors in jnr.ffi.provider.jffi with parameters of type Invoker