jnr.ffi.mapper
Class CompositeTypeMapper
java.lang.Object
jnr.ffi.mapper.CompositeTypeMapper
- All Implemented Interfaces:
- SignatureTypeMapper
public final class CompositeTypeMapper
- extends Object
- implements SignatureTypeMapper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeTypeMapper
public CompositeTypeMapper(SignatureTypeMapper... signatureTypeMappers)
CompositeTypeMapper
public CompositeTypeMapper(Collection<SignatureTypeMapper> signatureTypeMappers)
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.