| Package | Description |
|---|---|
| jnr.ffi.mapper | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFromNativeType |
private static class |
CachingTypeMapper.InvalidType |
(package private) static class |
FromNativeTypes.Cacheable |
(package private) static class |
FromNativeTypes.UnCacheable |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<SignatureType,FromNativeType> |
CachingTypeMapper.fromNativeTypeMap |
| Modifier and Type | Method and Description |
|---|---|
static FromNativeType |
FromNativeTypes.create(FromNativeConverter converter) |
FromNativeType |
AbstractSignatureTypeMapper.getFromNativeType(SignatureType type,
FromNativeContext context) |
FromNativeType |
CachingTypeMapper.getFromNativeType(SignatureType type,
FromNativeContext context) |
FromNativeType |
CompositeTypeMapper.getFromNativeType(SignatureType type,
FromNativeContext context) |
FromNativeType |
SignatureTypeMapper.getFromNativeType(SignatureType type,
FromNativeContext context) |
FromNativeType |
SignatureTypeMapperAdapter.getFromNativeType(SignatureType type,
FromNativeContext context) |
private FromNativeType |
CachingTypeMapper.lookupAndCacheFromNativeType(SignatureType signature,
FromNativeContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
FromNativeType |
class |
ResultType |
| Modifier and Type | Method and Description |
|---|---|
FromNativeType |
AnnotationTypeMapper.getFromNativeType(SignatureType type,
FromNativeContext context) |
FromNativeType |
ClosureTypeMapper.getFromNativeType(SignatureType type,
FromNativeContext context) |
FromNativeType |
InvokerTypeMapper.getFromNativeType(SignatureType type,
FromNativeContext context) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.util.Collection<java.lang.annotation.Annotation> |
InvokerUtil.getAnnotations(FromNativeType fromNativeType) |
(package private) static ResultType |
InvokerUtil.getResultType(Runtime runtime,
java.lang.Class type,
java.util.Collection<java.lang.annotation.Annotation> annotations,
FromNativeType fromNativeType,
FromNativeContext fromNativeContext) |