Package jnr.ffi.provider.jffi
Class ClosureTypeMapper
- java.lang.Object
-
- jnr.ffi.provider.jffi.ClosureTypeMapper
-
- All Implemented Interfaces:
SignatureTypeMapper
final class ClosureTypeMapper extends java.lang.Object implements SignatureTypeMapper
-
-
Constructor Summary
Constructors Constructor Description ClosureTypeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private FromNativeConverter
getFromNativeConverter(SignatureType type, FromNativeContext context)
FromNativeType
getFromNativeType(SignatureType type, FromNativeContext context)
private ToNativeConverter
getToNativeConverter(SignatureType type, ToNativeContext context)
ToNativeType
getToNativeType(SignatureType type, ToNativeContext context)
-
-
-
Method Detail
-
getFromNativeConverter
private FromNativeConverter getFromNativeConverter(SignatureType type, FromNativeContext context)
-
getToNativeConverter
private ToNativeConverter getToNativeConverter(SignatureType type, ToNativeContext context)
-
getFromNativeType
public FromNativeType getFromNativeType(SignatureType type, FromNativeContext context)
- Specified by:
getFromNativeType
in interfaceSignatureTypeMapper
-
getToNativeType
public ToNativeType getToNativeType(SignatureType type, ToNativeContext context)
- Specified by:
getToNativeType
in interfaceSignatureTypeMapper
-
-