| Package | Description |
|---|---|
| jnr.ffi | |
| jnr.ffi.mapper | |
| jnr.ffi.provider |
| Modifier and Type | Method and Description |
|---|---|
LibraryLoader<T> |
LibraryLoader.mapper(FunctionMapper typeMapper)
Adds a function mapper to use when resolving symbols in this library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeFunctionMapper |
| 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 © 2013. All rights reserved.