Uses of Interface
jnr.ffi.provider.Invoker
-
Packages that use Invoker Package Description jnr.ffi.provider jnr.ffi.provider.jffi -
-
Uses of Invoker in jnr.ffi.provider
Fields in jnr.ffi.provider with type parameters of type Invoker Modifier and Type Field Description private java.util.Map<java.lang.reflect.Method,Invoker>
NativeInvocationHandler. fastLookupTable
private java.util.Map<java.lang.reflect.Method,Invoker>
NativeInvocationHandler. invokerMap
Methods in jnr.ffi.provider that return Invoker Modifier and Type Method Description private Invoker
NativeInvocationHandler. lookupAndCacheInvoker(java.lang.reflect.Method method)
Constructor parameters in jnr.ffi.provider with type arguments of type Invoker Constructor Description NativeInvocationHandler(java.util.Map<java.lang.reflect.Method,Invoker> invokers)
Creates a new InvocationHandler instance. -
Uses of Invoker in jnr.ffi.provider.jffi
Classes in jnr.ffi.provider.jffi that implement Invoker Modifier and Type Class Description (package private) static class
DefaultInvokerFactory.DefaultInvoker
private static class
DefaultInvokerFactory.FunctionNotFoundInvoker
private static class
DefaultInvokerFactory.SynchronizedInvoker
(package private) static class
DefaultInvokerFactory.VariadicInvoker
private static class
ReflectionLibraryLoader.FunctionNotFoundInvoker
private static class
ReflectionLibraryLoader.GetRuntimeInvoker
private static class
ReflectionLibraryLoader.LazyLoader.VariableAcccessorInvoker
Fields in jnr.ffi.provider.jffi declared as Invoker Modifier and Type Field Description private Invoker
DefaultInvokerFactory.SynchronizedInvoker. invoker
Methods in jnr.ffi.provider.jffi that return Invoker Modifier and Type Method Description Invoker
DefaultInvokerFactory. createInvoker(java.lang.reflect.Method method)
Invoker
ReflectionLibraryLoader.LazyLoader. get(java.lang.Object key)
private Invoker
ReflectionLibraryLoader.LazyLoader. getVariableAccessor(java.lang.reflect.Method method)
Methods in jnr.ffi.provider.jffi that return types with arguments of type Invoker Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.reflect.Method,Invoker>>
ReflectionLibraryLoader.LazyLoader. entrySet()
Constructors in jnr.ffi.provider.jffi with parameters of type Invoker Constructor Description SynchronizedInvoker(Invoker invoker)
-