Class ReflectionLibraryLoader.FunctionNotFoundInvoker

java.lang.Object
jnr.ffi.provider.jffi.ReflectionLibraryLoader.FunctionNotFoundInvoker
All Implemented Interfaces:
Invoker
Enclosing class:
ReflectionLibraryLoader

private static final class ReflectionLibraryLoader.FunctionNotFoundInvoker extends Object implements Invoker
  • Field Details

    • method

      private final Method method
    • functionName

      private final String functionName
  • Constructor Details

    • FunctionNotFoundInvoker

      private FunctionNotFoundInvoker(Method method, String functionName)
  • Method Details