class ReflectionLibraryLoader extends LibraryLoader
Modifier and Type | Class and Description |
---|---|
private static class |
ReflectionLibraryLoader.FunctionNotFoundInvoker |
private static class |
ReflectionLibraryLoader.GetRuntimeInvoker |
private static class |
ReflectionLibraryLoader.LazyLoader<T> |
Constructor and Description |
---|
ReflectionLibraryLoader() |
Modifier and Type | Method and Description |
---|---|
(package private) <T> T |
loadLibrary(NativeLibrary library,
java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> libraryOptions) |
<T> T loadLibrary(NativeLibrary library, java.lang.Class<T> interfaceClass, java.util.Map<LibraryOption,?> libraryOptions)
loadLibrary
in class LibraryLoader