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. fastLookupTableprivate java.util.Map<java.lang.reflect.Method,Invoker>NativeInvocationHandler. invokerMapMethods in jnr.ffi.provider that return Invoker Modifier and Type Method Description private InvokerNativeInvocationHandler. 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 classDefaultInvokerFactory.DefaultInvokerprivate static classDefaultInvokerFactory.FunctionNotFoundInvokerprivate static classDefaultInvokerFactory.SynchronizedInvoker(package private) static classDefaultInvokerFactory.VariadicInvokerprivate static classReflectionLibraryLoader.FunctionNotFoundInvokerprivate static classReflectionLibraryLoader.GetRuntimeInvokerprivate static classReflectionLibraryLoader.LazyLoader.VariableAcccessorInvokerFields in jnr.ffi.provider.jffi declared as Invoker Modifier and Type Field Description private InvokerDefaultInvokerFactory.SynchronizedInvoker. invokerMethods in jnr.ffi.provider.jffi that return Invoker Modifier and Type Method Description InvokerDefaultInvokerFactory. createInvoker(java.lang.reflect.Method method)InvokerReflectionLibraryLoader.LazyLoader. get(java.lang.Object key)private InvokerReflectionLibraryLoader.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)
-