Uses of Class
jnr.ffi.provider.jffi.NativeLibrary
Packages that use NativeLibrary
-
Uses of NativeLibrary in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeLibraryModifier and TypeFieldDescriptionprotected final NativeLibraryAbstractAsmLibraryInterface.libraryprivate final NativeLibraryDefaultInvokerFactory.libraryprivate final NativeLibraryNativeFunctionMapperContext.libraryprivate final NativeLibraryReflectionLibraryLoader.LazyLoader.library(package private) final NativeLibraryDefaultInvokerFactory.DefaultInvoker.nativeLibraryFields in jnr.ffi.provider.jffi with type parameters of type NativeLibraryModifier and TypeFieldDescription(package private) final WeakHashMap<NativeLibrary, NativeLibrary.LoadedLibraryData> NativeRuntime.loadedLibrariesMethods in jnr.ffi.provider.jffi that return NativeLibraryModifier and TypeMethodDescription(package private) final NativeLibraryAbstractAsmLibraryInterface.getLibrary()Methods in jnr.ffi.provider.jffi with parameters of type NativeLibraryModifier and TypeMethodDescriptionprivate <T> TAsmLibraryLoader.generateInterfaceImpl(NativeLibrary library, Class<T> interfaceClass, Map<LibraryOption, ?> libraryOptions, AsmClassLoader classLoader) (package private) <T> TAsmLibraryLoader.loadLibrary(NativeLibrary library, Class<T> interfaceClass, Map<LibraryOption, ?> libraryOptions, boolean failImmediately) (package private) abstract <T> TLibraryLoader.loadLibrary(NativeLibrary library, Class<T> interfaceClass, Map<LibraryOption, ?> libraryOptions, boolean failImmediately) (package private) <T> TReflectionLibraryLoader.loadLibrary(NativeLibrary library, Class<T> interfaceClass, Map<LibraryOption, ?> libraryOptions, boolean failImmediately) Constructors in jnr.ffi.provider.jffi with parameters of type NativeLibraryModifierConstructorDescriptionAbstractAsmLibraryInterface(Runtime runtime, NativeLibrary library) (package private)DefaultInvoker(Runtime runtime, NativeLibrary nativeLibrary, com.kenai.jffi.Function function, DefaultInvokerFactory.FunctionInvoker invoker, DefaultInvokerFactory.Marshaller[] marshallers) DefaultInvokerFactory(Runtime runtime, NativeLibrary library, SignatureTypeMapper typeMapper, FunctionMapper functionMapper, CallingConvention libraryCallingConvention, Map<LibraryOption, ?> libraryOptions, boolean libraryIsSynchronized) privateLazyLoader(NativeLibrary library, Class<T> interfaceClass, Map<LibraryOption, ?> libraryOptions) NativeFunctionMapperContext(NativeLibrary library, Collection<Annotation> annotations)