| Package | Description |
|---|---|
| jnr.ffi | |
| jnr.ffi.mapper | |
| jnr.ffi.provider |
| Modifier and Type | Method and Description |
|---|---|
LibraryLoader<T> |
LibraryLoader.mapper(FunctionMapper functionMapper)
Adds a function mapper to use when resolving symbols in this library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeFunctionMapper |
| Modifier and Type | Field and Description |
|---|---|
static FunctionMapper |
FunctionMapper.IDENTITY
An implementation of
FunctionMapper that maps 1:1 between java symbols and native functions |
| Modifier and Type | Method and Description |
|---|---|
FunctionMapper |
FunctionMapper.Builder.build() |
| Constructor and Description |
|---|
CompositeFunctionMapper(Collection<FunctionMapper> functionMappers) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityFunctionMapper
An implementation of
FunctionMapper that just returns the same name as input |
| Modifier and Type | Method and Description |
|---|---|
static FunctionMapper |
IdentityFunctionMapper.getInstance() |
Copyright © 2017. All rights reserved.