| Package | Description |
|---|---|
| jnr.ffi.mapper | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi | |
| jnr.ffi.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataConverter<J,N> |
static interface |
ToNativeConverter.PostInvocation<J,N>
Used to reload a parameter converted to a native type via a custom
ToNativeConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataConverter<J,N> |
| Modifier and Type | Method and Description |
|---|---|
ToNativeConverter |
DefaultTypeMapper.getToNativeConverter(Class type) |
ToNativeConverter |
TypeMapper.getToNativeConverter(Class type) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTypeMapper.put(Class javaClass,
ToNativeConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
ToNativeConverter |
NullTypeMapper.getToNativeConverter(Class type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByReferenceParameterConverter |
class |
ParameterConverter
Proxy to hold information for parameter conversion to native types.
|
| Constructor and Description |
|---|
ParameterConverter(ToNativeConverter converter,
ToNativeContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumMapper
Provides mapping from Enum values to native integers and vice-versa
|
Copyright © 2013. All rights reserved.