jnr.ffi.provider
Class NullTypeMapper
java.lang.Object
jnr.ffi.provider.NullTypeMapper
- All Implemented Interfaces:
- TypeMapper
public class NullTypeMapper
- extends Object
- implements TypeMapper
An instance of TypeMapper which always returns null
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final TypeMapper INSTANCE
NullTypeMapper
public NullTypeMapper()
getFromNativeConverter
public FromNativeConverter getFromNativeConverter(Class type)
- Specified by:
getFromNativeConverter in interface TypeMapper
getToNativeConverter
public ToNativeConverter getToNativeConverter(Class type)
- Specified by:
getToNativeConverter in interface TypeMapper
Copyright © 2012. All Rights Reserved.