Package jnr.ffi.provider.jffi
Class ReflectionLibraryLoader
java.lang.Object
jnr.ffi.provider.jffi.LibraryLoader
jnr.ffi.provider.jffi.ReflectionLibraryLoader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) <T> T
loadLibrary
(NativeLibrary library, Class<T> interfaceClass, Map<LibraryOption, ?> libraryOptions, boolean failImmediately) Methods inherited from class jnr.ffi.provider.jffi.LibraryLoader
getSignatureTypeMapper, newClosureTypeMapper, newCompositeTypeMapper
-
Constructor Details
-
ReflectionLibraryLoader
ReflectionLibraryLoader()
-
-
Method Details
-
loadLibrary
<T> T loadLibrary(NativeLibrary library, Class<T> interfaceClass, Map<LibraryOption, ?> libraryOptions, boolean failImmediately) - Specified by:
loadLibrary
in classLibraryLoader
-