Class AbstractDataConverter<J,N>
java.lang.Object
jnr.ffi.mapper.AbstractDataConverter<J,N>
- All Implemented Interfaces:
DataConverter<J,N>, FromNativeConverter<J, N>, ToNativeConverter<J, N>
- Direct Known Subclasses:
NativeLongConverter
-
Nested Class Summary
Nested classes/interfaces inherited from interface FromNativeConverter
FromNativeConverter.Cacheable, FromNativeConverter.FromNative, FromNativeConverter.NoContextNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FromNativeConverter
fromNative, nativeTypeMethods inherited from interface ToNativeConverter
nativeType, toNative
-
Constructor Details
-
AbstractDataConverter
public AbstractDataConverter()
-