Package jnr.ffi.mapper
Interface SignatureTypeMapper
-
- All Known Implementing Classes:
AbstractSignatureTypeMapper,AnnotationTypeMapper,CachingTypeMapper,CompositeTypeMapper,NullTypeMapper,SignatureTypeMapperAdapter
public interface SignatureTypeMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FromNativeTypegetFromNativeType(SignatureType type, FromNativeContext context)ToNativeTypegetToNativeType(SignatureType type, ToNativeContext context)
-
-
-
Method Detail
-
getFromNativeType
FromNativeType getFromNativeType(SignatureType type, FromNativeContext context)
-
getToNativeType
ToNativeType getToNativeType(SignatureType type, ToNativeContext context)
-
-