jnr.ffi.mapper
Class SignatureTypeMapperAdapter
java.lang.Object
jnr.ffi.mapper.SignatureTypeMapperAdapter
- All Implemented Interfaces:
- SignatureTypeMapper
public class SignatureTypeMapperAdapter
- extends Object
- implements SignatureTypeMapper
Adapts a TypeMapper to a SignatureTypeMapper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureTypeMapperAdapter
public SignatureTypeMapperAdapter(TypeMapper typeMapper)
getFromNativeType
public FromNativeType getFromNativeType(SignatureType type,
FromNativeContext context)
- Specified by:
getFromNativeType in interface SignatureTypeMapper
getToNativeType
public ToNativeType getToNativeType(SignatureType type,
ToNativeContext context)
- Specified by:
getToNativeType in interface SignatureTypeMapper
Copyright © 2013. All Rights Reserved.