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> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataConverter<J,N> |
Modifier and Type | Method and Description |
---|---|
FromNativeConverter |
DefaultTypeMapper.getFromNativeConverter(Class type) |
FromNativeConverter |
TypeMapper.getFromNativeConverter(Class type) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTypeMapper.put(Class javaClass,
FromNativeConverter converter) |
Modifier and Type | Class and Description |
---|---|
class |
EnumResultConverter |
Modifier and Type | Method and Description |
---|---|
FromNativeConverter |
NullTypeMapper.getFromNativeConverter(Class type) |
Modifier and Type | Class and Description |
---|---|
class |
ResultConverter
Proxy to hold info for parameter conversion.
|
Constructor and Description |
---|
ResultConverter(FromNativeConverter converter,
FromNativeContext 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.